Skip to main content

Updateschedulerequest

Properties

NameTypeDescriptionNotes
taskTypeName(optional) stringThe type or category of the scheduled task.[default to undefined]
scheduleType(optional) stringThe scheduling type, such as "Daily", "Weekly", or "Manual" etc.[default to undefined]
interval(optional) numberThe interval depends on the chosen schedule cycle (scheduleType), i.e. if the schedule is daily, the interval will represent the days between executions.[default to undefined]
scheduleTaskName(optional) stringThe display name of the scheduled task.[default to undefined]
startTime(optional) numberThe start time for the scheduled task, represented as epoch seconds.[default to undefined]
endTime(optional) numberThe end time for the scheduled task, represented as epoch seconds.[default to undefined]
daysOfWeek(optional) Array<string>A list of days of the week when the task should run (e.g., "Monday", "Wednesday").[default to undefined]
active(optional) booleanIndicates whether the scheduled task is currently active.[default to false]
runAfterScheduleTaskId(optional) numberThe ID of another scheduled task that triggers this scheduled task upon its completion.[default to undefined]
applicationId(optional) numberThe unique identifier of the application associated with the scheduled task.[default to undefined]