| Name | Description |
| error |
When a running task has encountered an error.
|
| queued |
When there are too many tasks for threads to handle.
|
| running |
When the busy thread is freed from its current task by
finishing the task, it picks a queued task to run.
Then the queued tasks are marked as running.
|
| success |
When a running task has completed.
|