Compartir a través de


JobDeliveryType Enumeración

Definición

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

Campos

NonScheduled 0

Trabajo no programado.

Scheduled 1

Trabajo programado.

Se aplica a