MediaJobState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The previous state of the Job.
public enum MediaJobState
type MediaJobState =
Public Enum MediaJobState
- Inheritance
-
MediaJobState
Fields
Name | Value | Description |
---|---|---|
Canceled | 0 | The job was canceled. This is a final state for the job. |
Canceling | 1 | The job is in the process of being canceled. This is a transient state for the job. |
Error | 2 | The job has encountered an error. This is a final state for the job. |
Finished | 3 | The job is finished. This is a final state for the job. |
Processing | 4 | The job is processing. This is a transient state for the job. |
Queued | 5 | The job is in a queued state, waiting for resources to become available. This is a transient state. |
Scheduled | 6 | The job is being scheduled to run on an available resource. This is a transient state, between queued and processing states. |
Applies to
Azure SDK for .NET