> For the complete documentation index, see [llms.txt](https://docs.cortexlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortexlabs.com/0.34/workloads/task-apis/statuses.md).

# Statuses

| Status        | Meaning                                                                                                   |
| ------------- | --------------------------------------------------------------------------------------------------------- |
| running       | Task is running                                                                                           |
| succeeded     | Task has finished without errors                                                                          |
| worker error  | The task has experienced an irrecoverable error, causing the job to fail; check job logs for more details |
| out of memory | The task has ran out of memory, causing the job to fail; check job logs for more details                  |
| timed out     | Job was terminated after the specified timeout has elapsed                                                |
| stopped       | Job was stopped by the user or the Task API was deleted                                                   |
