DeviceJobStatus Enum

Definition

DeviceJob Status enumeration

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

Fields

Canceled 5

Canceled

Completed 3

Completed

Failed 4

Failed

Pending 0

Pending

Running 2

Running

Scheduled 1

Scheduled

Applies to