次の方法で共有


AsyncOperationStatus 列挙型

定義

AsyncOperationStatus の値を定義します。

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

フィールド

Failed 3
InProgress 1
Started 0
Succeeded 2

適用対象