Data Object - WeeklyTaskScheduler(vim.scheduler.WeeklyTaskScheduler)

Extends
DailyTaskScheduler

Data Object Description

The WeeklyTaskScheduler data object sets the time for weekly task execution. You can set the schedule for task execution on one or more days during the week, and you complete the schedule by setting the inherited properties for the hour and minute.

By default the scheduler executes the task according to the specified day(s) every week. If you set the interval to a value greater than 1, the task will execute at the specified weekly interval. (For example, an interval of 2 will cause the task to execute on the specified days every 2 weeks.)

Properties

Name Type Description
fridayxsd:boolean


mondayxsd:boolean


saturdayxsd:boolean


sundayxsd:boolean

The day or days of the week when the scheduled task will run. At least one of the days must be true.
thursdayxsd:boolean


tuesdayxsd:boolean


wednesdayxsd:boolean


Properties inherited from DailyTaskScheduler
hour
Properties inherited from HourlyTaskScheduler
minute
Properties inherited from RecurrentTaskScheduler
interval
Properties inherited from TaskScheduler
activeTime, expireTime
Properties inherited from DynamicData
None

Show WSDL type definition