JobScheduleType Enum

Definition

Defines values for JobScheduleType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum JobScheduleType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type JobScheduleType = 
Public Enum JobScheduleType
Inheritance
JobScheduleType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Once 0
Recurring 1

Applies to