AsyncOperationStatus Enum

Definition

Defines values for 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
Inheritance
AsyncOperationStatus
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Failed 3
InProgress 1
Started 0
Succeeded 2

Applies to