Task Status Constants

The following constants represent task statuses.

Table 87. tagUSERACTIVITYSTATUS Enumeration

Constant

Description

USERACTIVITYSTATUS_ABORTED

Task is aborted.

USERACTIVITYSTATUS_COMPLETED

Task is completed.

USERACTIVITYSTATUS_NOT_RESPONDING

Task is not responding.

USERACTIVITYSTATUS_PAUSED

Task is paused.

USERACTIVITYSTATUS_RUNNING

Task is running.

USERACTIVITYSTATUS_SCHEDULED_START

Task is scheduled to start.

USERACTIVITYSTATUS_SCHEDULED_STOP

Task is scheduled to stop.

USERACTIVITYSTATUS_STARTING

Task is starting.

USERACTIVITYSTATUS_STOPPED

Task is stopped.

USERACTIVITYSTATUS_STOPPING

Task is stopping.

USERACTIVITYSTATUS_UNDEFINED

Task status is unknown.

USERACTIVITYSTATUS__LBOUND

Represents the lower bounds of this enumeration.

USERACTIVITYSTATUS__UBOUND

Represents the upper bounds of this enumeration.

NUM_USERACTIVITYSTATUS

Represents the number of statuses represented by this enumeration.