Controls reschedule when the task is overdue.
Declaration
Dim ScheduleLate As Integer
Description
Set ScheduleLate to one of the following integer values to specify how the task should be reschedule when the task is late:
Value |
Meaning |
Description |
0 |
Relative to original date/time |
The task is rescheduled relative to the original date and time the task was set to launch. (For example. if the task was scheduled to launch at 10:51, and reschedule every 2 hours, but actually launches at 11:01, the task will reschedule to 12:51 |
1 |
Relative to launch date/time |
The task is schedules relative to the time the task was launch. (For example, if the task was scheduled to launch at 9:51, and reschedule every 2 hours, but actually launches at 10:01, the task will reschedule to 12:01) |
2 |
Don’t reschedule |
The task will not reschedule itself, and instead set itself to an inactive state. |