JobStatus type
Represents the various statuses a job can have throughout its lifecycle.
KnownJobStatus can be used interchangeably with JobStatus,
this enum contains the known values that the service supports.
Known values supported by the service
NotSpecified: The job status has not been specified.
ValidationInProgress: The job is currently undergoing validation.
ValidationSuccess: The job has successfully passed validation.
ValidationFailed: The job has failed validation.
DeploymentInProgress: The job's deployment is currently in progress.
DeploymentFailed: The job's deployment has failed.
DeploymentSuccess: The job has been successfully deployed.
Succeeded: The job has succeeded.
Failed: The job has failed.
Canceled: The job has been canceled.
Paused: The job is paused.
Scheduled: The job is scheduled to run.
type JobStatus = string