Interface ITaskUpdateTriggerSchema

Hierarchy

  • ITaskUpdateTriggerSchema

Properties

daylightSavingTime?: boolean

(Schema events) use daylight saving time. true or false, Default is "true"

daysOfMonth?: TDaysOfMonth[]

(Schema events) if "Monthly" schedule provide the day(s) of the month 1...31

daysOfWeek?: TDaysOfWeek[]

(Schema events) if "Weekly" schedule provide the day(s) of the week "Monday" ... "Sunday"

enabled?: boolean

Enable/disable the trigger true or false

expirationDate?: string

(Schema events) When will be the last timestamp to start the trigger. Default is 9999-01-01T00:00:00.000

name?: string

Name of the trigger

(Schema events) Schedule of the task "Once", "Minute", "Hourly", "Daily", "Weekly", "Monthly"

repeatEvery?: number

(Schema events) How often to repeat the task 1,2,3 ... no applied when "Once" or "Monthly"

startDate?: string

(Schema events) When will be the first timestamp to start the trigger. Default is current timestamp

timeZone?: TTimeZones

(Schema events) Use different timezone. Default is "UTC"