nn::boss::TaskStateCode Enumerated Typeenum TaskStateCode;
| Value | Description |
|---|---|
TASK_STOPPED |
Task stopped. |
TASK_WAITING_TIMER |
Task awaiting the time to start. |
TASK_WAITING |
Task waiting to execute. |
TASK_RUNNING |
Task running. |
TASK_PAUSED |
Task paused. |
TASK_REGISTERED |
Task is registered. |
TASK_DONE |
Task is done executing. |
TASK_ERROR |
Task execution ended in an error. |
TASK_RETRY |
Retrying task after a communication error occurred during task execution. |
GET_TASK_STATE_ERROR |
Error getting task state. |
STATUS_MAX_VALUE |
Constants specifying task state codes.
CONFIDENTIAL