Enumeration TaskStatus

The status of the task

Enumeration Members

Canceled: "CANCELED"

The task is canceled

Completed: "COMPLETED"

The task is completed

Failed: "FAILED"

The task is failed

InProgress: "IN_PROGRESS"

The task is in progress

PartiallyFailed: "PARTIALLY_FAILED"

The task is partially failed

Pending: "PENDING"

The task is pending