MediaJobState Enum

Definition

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MediaJobState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MediaJobState = 
Public Enum MediaJobState
Inheritance
MediaJobState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Canceled 0
Canceling 1
Error 2
Finished 3
Processing 4
Queued 5
Scheduled 6

Applies to