次の方法で共有


OperationStatusType 列挙型

定義

OperationStatusType の値を定義します。

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

フィールド

Failed 3
NotStarted 0
Running 1
Succeeded 2

適用対象