Share via


JobStatus Enumeration

Definition

Definiert Werte für 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
Vererbung
JobStatus
Attribute
Newtonsoft.Json.JsonConverterAttribute

Felder

Canceled 3
Failed 2
Running 0
Succeeded 1

Gilt für: