DeviceJobStatus 列挙型

定義

DeviceJob Status 列挙

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

フィールド

Canceled 5

Canceled

Completed 3

完了

Failed 4

失敗

Pending 0

保留中

Running 2

実行中

Scheduled 1

スケジュール済み

適用対象