nn::boss::TaskStateCode Enumerated Typeenum TaskStateCode;
| Value | Description |
|---|---|
TASK_STOPPED |
0: The task is stopped. |
TASK_WAITING_TIMER |
1: Task awaiting the time to start. |
TASK_WAITING |
2: Task waiting to execute. |
TASK_RUNNING |
3: Task executing. |
TASK_PAUSED |
4: Task currently paused. |
TASK_REGISTERED |
5: Task is registered. |
TASK_DONE |
6: Task is done executing. |
TASK_ERROR |
7: Task execution ended in an error. |
TASK_RETRY |
8: Retrying task after a communication error occurred during task execution. |
GET_TASK_STATE_ERROR |
9: Error getting task state. |
STATUS_MAX_VALUE |
(This enumerator is used for internal processing. It cannot be used from the application.) |
Constants specifying task state codes. (The numeric value at the start of the description for each numerator is the value of that numerator.)
CONFIDENTIAL