Number
The Number
parameter specifies the number of scheduled tasks that are defined in the configuration file. The connector runs the tasks specified by the numbered parameters 0
to Number-1
. Numbers can be missing from the sequence.
If you do not set the Number
parameter, the connector runs the tasks numbered from 0
until the first missing number.
The following configuration runs Task0
and Task2
:
[FetchTasks] Number=3 0=Task0 2=Task2
This configuration runs only Task0
:
[FetchTasks] 0=Task0 2=Task2
Type: | Integer |
Default: | -1 |
Required: | No |
Configuration Section: | FetchTasks or Connector |
Example: | Number=2
|
See Also: | N |