ScheduleInterval

The time between runs of this schedule. Set ScheduleInterval to the amount of time that must elapse after this schedule runs for the first time before it runs again. The default interval is 1 day. Specify this value in the following format:

NumberTimeUnit

where,

Number The number of time units to elapse.
TimeUnit

The time unit to specify. The following units are available:

  • second

  • seconds

  • minute

  • minutes

  • hour

  • hours

  • day

  • days

  • week

  • weeks

  • month

  • months

NOTE: If you do not specify a timeUnit, IDOL Server reads the specified number as seconds.

The month time unit is 28 days.

Type: String
Default: 1 day
Required: No
Configuration Section: AnalysisScheduleN
Example: ScheduleInterval=2 days
See Also: ScheduleAction
ScheduleCycles
ScheduleStartTime