Compartir a través de


ExportState Enumeración

Definición

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ExportState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ExportState = 
Public Enum ExportState
Herencia
ExportState
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Failed 4
NotStarted 1
Running 2
Succeeded 3
Undefined 0

Se aplica a