MediaJobState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.messaging.eventgrid.systemevents.MediaJobState

public enum MediaJobState
extends Enum<MediaJobState>

The previous state of the Job.

Fields

CANCELED

The job was canceled.

CANCELING

The job is in the process of being canceled.

ERROR

The job has encountered an error.

FINISHED

The job is finished.

PROCESSING

The job is processing.

QUEUED

The job is in a queued state, waiting for resources to become available.

SCHEDULED

The job is being scheduled to run on an available resource.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static MediaJobState fromString(String value)

Parses a serialized value to a MediaJobState instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed MediaJobState object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static MediaJobState valueOf(String name)

Parameters

name
String

Returns

values()

public static MediaJobState[] values()

Returns

Applies to