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

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

Applies to