Compartir a través de


OperationStatusType Enumeración

Definición

Define los valores de 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
Herencia
OperationStatusType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Failed 3
NotStarted 0
Running 1
Succeeded 2

Se aplica a