|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
|---|---|---|
| friday | xsd:boolean |
|
| monday | xsd:boolean |
|
| saturday | xsd:boolean |
|
| sunday | xsd:boolean |
The day or days of the week when the scheduled task will run.
At least one of the days must be true.
|
| thursday | xsd:boolean |
|
| tuesday | xsd:boolean |
|
| wednesday | xsd: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 | ||
| dynamicProperty, dynamicType | ||
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |