ScheduledActionsSchedule interface
Specify the schedule in which the scheduled action is supposed to follow
Properties
| deadline |
The type of deadline the scheduled action is supposed to follow for the schedule. If no value is passed, it will default to InitiateAt. |
| execution |
The execution parameters the scheduled action is supposed to follow |
| requested |
The days of the month the scheduled action is supposed to run on. If empty, it means it will run on every day of the month. |
| requested |
The months the scheduled action is supposed to run on |
| requested |
The week days the scheduled action is supposed to run on |
| scheduled |
The time the scheduled action is supposed to run on |
| time |
The timezone the scheduled time is specified on |
Property Details
deadlineType
The type of deadline the scheduled action is supposed to follow for the schedule. If no value is passed, it will default to InitiateAt.
deadlineType?: string
Property Value
string
executionParameters
The execution parameters the scheduled action is supposed to follow
executionParameters?: ExecutionParameters
Property Value
requestedDaysOfTheMonth
The days of the month the scheduled action is supposed to run on. If empty, it means it will run on every day of the month.
requestedDaysOfTheMonth: number[]
Property Value
number[]
requestedMonths
The months the scheduled action is supposed to run on
requestedMonths: string[]
Property Value
string[]
requestedWeekDays
The week days the scheduled action is supposed to run on
requestedWeekDays: string[]
Property Value
string[]
scheduledTime
The time the scheduled action is supposed to run on
scheduledTime: string
Property Value
string
timeZone
The timezone the scheduled time is specified on
timeZone: string
Property Value
string