nn::boss::TaskStateCode Enumerated Type

Syntax

enum TaskStateCode;

Value

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.)

Description

Constants specifying task state codes. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL