For Developers
Job State
The possible states of a job.
Values
Value | Description |
---|---|
draft | The job was created and is ready for tasks to be added to it. |
queued | The job has been activated and is ready to be run. |
working | The job is currently being run. |
complete | The job has been completed. |
error | An error has happened in the processing of the job. |
canceled | The job has been cancelled. |