Partager via


JobDeliveryType Énumération

Définition

Définit les valeurs 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
Héritage
JobDeliveryType
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

NonScheduled 0

Travail non planifié.

Scheduled 1

Travail planifié.

S’applique à