JobState Enumeration

Specifies the possible Job states.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Enumeration JobState
'Usage
Dim instance As JobState
public enum JobState
public enum class JobState
type JobState
public enum JobState

Members

Member name Description
Canceled Specifies that the job was canceled.

Canceling Specifies that cancel Job has been requested and should stop processing.

Error Specifies that an error occurred while processing the Job.

Finished Specifies that the Job is finished processing and outputs have been produced.

Processing Specifies that the Job is currently processing.

Queued Specifies that the Job is queued and waiting to be scheduled.

Scheduled Specifies that the Job is scheduled for processing when resources become available.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace