ALM Project Database Reference
td.TASK_STATE Table
Description
Status values for asynchronous tasks.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key TASK_STATE_IDThe record ID.int4   
 TASK_STATE_NAME

One of the values below. Do not change these values.

Running
The task is running.
Pause Requested
The user requested to pause the task but the task is not yet paused.
Paused
The task is paused.
Continue Requested
The user requested to continue running the task.
Cancel Requested
The user requested to cancel the task but the task is not yet canceled.
Finished
The task run completed.
varchar80   
Indexes
IndexDescriptionPrimaryUnique
TASK_STATE_PRIMARYKEY 
See Also