ScheduleDependencies
A list of schedules that must finish before this schedule can start.
Set ScheduleDependencies
to a comma-separated list of the numbers of one or more classification schedules that IDOL Server must complete before it runs the specified ScheduleAction. The classification schedule number is the number in the configuration section for that schedule. That is, for [AnalysisScheduleN]
, N
is the schedule number.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | AnalysisScheduleN
|
Example: | ScheduleDependencies=0,1
In this example, the classification schedules that are defined in the configuration sections [AnalysisSchedule0] and [AnalysisSchedule1] must be complete before the specified ScheduleAction can run. |
See Also: | ScheduleAction |