ScheduleCycles
The ScheduleCycles
parameter specifies the number of times to run a scheduled task.
To repeat a task forever (until the connector is stopped), set this parameter to -1
. To perform a task one time, set this parameter to 1
. Any other positive value specifies the number of times to repeat the task.
This parameter has an effect only if the EnableScheduledTasks
parameter is set to True
.
Type: | Integer |
Default: | -1 |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Connector |
Example: | ScheduleCycles=3
|
See Also: |