Compartir a través de


JobStatus Enumeración

Definición

Define valores para JobStatus.

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

Campos

Cancelled 5
Completed 3
Enqueued 1
Failed 4
Running 2
Unknown 0

Se aplica a