Partilhar via


JobDeliveryType Enumeração

Definição

Define valores para JobDeliveryType.

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

Campos

NonScheduled 0

Trabalho não agendado.

Scheduled 1

Trabalho agendado.

Aplica-se a