nn::boss::TaskStateCode Enumerated Type

Syntax

enum TaskStateCode;

Value

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

Description

Constants specifying task state codes.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL