For Developers
Task State
The possible states of a task.
Values
Value | Description |
---|---|
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. |
skipped | The job has been skipped. |