Share via


TaskState type

Gets or sets the task state.
KnownTaskState can be used interchangeably with TaskState, this enum contains the known values that the service supports.

Known values supported by the service

Pending: Task has not been started.
Started: Task is in progress.
Succeeded: Task has completed successfully.
Failed: Task failed.
Cancelled: Task has been cancelled.
Skipped: Task has been skipped.

type TaskState = string