Specifies the how often the schedule task runs.
Declaration
Dim Frequency As Integer
Description
Use the Frequency property to specify how often the task will run.
The Frequency property is an integer value. Use one of the following three integer values to specify how the task reschedules.
Value |
Meaning |
Description |
0 |
Once |
The task will run once, and become inactive afterwards |
1 |
Every |
After running, the task will reschedule itself based on the values on IntervalType, Interval, RunLate and ScheduleLate properties) |
2 |
Manual |
Will run only when explicitly told to do so, ignoring the schedule. |