MediaJobState 列挙型

定義

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MediaJobState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MediaJobState = 
Public Enum MediaJobState
継承
MediaJobState
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

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

適用対象