Compartir a través de


JobStatus Enumeración

Definición

[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

Canceled 3
Failed 2
Running 0
Succeeded 1

Se aplica a