Share via


ApplicationState Enum

Definition

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

Fields

NEW 0
NEWSAVING 1
SUBMITTED 2
ACCEPTED 3
RUNNING 4
FINISHED 5
FINISHING 6
FAILED 7
KILLED 8

Applies to