Share via


MediaJobState Enum

Definition

The previous state of the Job.

public enum MediaJobState
type MediaJobState = 
Public Enum MediaJobState
Inheritance
MediaJobState

Fields

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