Share via


JobState type

Defines values for JobState.
KnownJobState can be used interchangeably with JobState, this enum contains the known values that the service supports.

Known values supported by the service

Created: The job is currently in the Created state.
Starting: The job is currently in the Starting state.
Running: The job is currently in the Running state.
Stopping: The job is currently in the Stopping state.
Stopped: The job is currently in the Stopped state.
Deleting: The job is currently in the Deleting state.
Failed: The job is currently in the Failed state.
Degraded: The job is currently in the Degraded state.
Restarting: The job is currently in the Restarting state.
Scaling: The job is currently in the Scaling state.

type JobState = string