Compartilhar via


ExportState Enumeração

Definição

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

Campos

Failed 4
NotStarted 1
Running 2
Succeeded 3
Undefined 0

Aplica-se a