次の方法で共有


ApplicationState 列挙型

定義

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ApplicationState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ApplicationState = 
Public Enum ApplicationState
継承
ApplicationState
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

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

適用対象