ExportState 列挙型

定義

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

フィールド

Failed 4
NotStarted 1
Running 2
Succeeded 3
Undefined 0

適用対象