KnownJobState enum
Known values of JobState that the service accepts.
Fields
Canceled | The job was canceled. This is a final state for the job. |
Canceling | The job is in the process of being canceled. This is a transient state for the job. |
Error | The job has encountered an error. This is a final state for the job. |
Finished | The job is finished. This is a final state for the job. |
Processing | The job is processing. This is a transient state for the job. |
Queued | The job is in a queued state, waiting for resources to become available. This is a transient state. |
Scheduled | The job is being scheduled to run on an available resource. This is a transient state, between queued and processing states. |