Share via


JobStatus type

Status of a job or job step.
KnownJobStatus can be used interchangeably with JobStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: The job or step is not started.
InProgress: The job or step is in progress.
Succeeded: The job or step succeeded.
Failed: The job or step failed.

type JobStatus = string