|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
TaskScheduler
AfterStartupTaskScheduler
OnceTaskScheduler
RecurrentTaskScheduler
HourlyTaskScheduler
DailyTaskScheduler
WeeklyTaskScheduler
MonthlyTaskScheduler
MonthlyByDayTaskScheduler
MonthlyByWeekdayTaskScheduler
Use a scheduler object to set the time(s) for task execution. You can use two scheduling modes - single execution or recurring execution:
After you have established the task timing, use the scheduler object for the ScheduledTaskSpec scheduler property value.
Properties
| Name | Type | Description |
|---|---|---|
| activeTime* | xsd:dateTime |
The time that the schedule for the task takes effect.
Task activation is distinct from task execution.
When you activate a task, its schedule starts,
and when the next execution time occurs, the task will run.
If you do not set activeTime, the activation time defaults to
the time that you create the scheduled task.
|
| expireTime* | xsd:dateTime |
The time the schedule for the task expires.
If you do not set expireTime, the schedule does not expire.
|
| Properties inherited from DynamicData | ||
| None | ||
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |