JobStatus¶
- class JobStatus[source]¶
Bases:
EnumStatus of a job on the Qoro Service.
Attributes Summary
Job was cancelled before completion.
Job has finished successfully.
Job execution encountered an error.
Job is queued and waiting to be processed.
Job is currently being executed.
Attributes Documentation
- CANCELLED = 'CANCELLED'¶
Job was cancelled before completion.
- COMPLETED = 'COMPLETED'¶
Job has finished successfully.
- FAILED = 'FAILED'¶
Job execution encountered an error.
- PENDING = 'PENDING'¶
Job is queued and waiting to be processed.
- RUNNING = 'RUNNING'¶
Job is currently being executed.