Task_Status

Task_Status
Task_Status

The Status enumerated type defines the status values that can be reported for an operation.
PENDING : The operation is in pending state.
RUNNING : The operation is in progress.
BLOCKED : The operation is blocked.
SUCCEEDED : The operation completed successfully.
FAILED : The operation failed.

This data structure has no properties.
Enumeration: PENDING, RUNNING, BLOCKED, SUCCEEDED, FAILED,