Compartir a través de


DeviceJobStatus Enumeración

Definición

Enumeración Estado de DeviceJob

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

Campos

Canceled 5

Canceled

Completed 3

Completed

Failed 4

Con error

Pending 0

Pending

Running 2

En ejecución

Scheduled 1

Programado

Se aplica a