ScheduleInterval
The amount of time that must pass after a schedule has run before it runs again, specified as a combination of weeks, days, hours, minutes or seconds.
IMPORTANT: The AddSchedule action requires you to provide the schedule information. You can provide the schedule by setting Schedule, or by setting ScheduleStart and ScheduleInterval
(optionally with ScheduleEnd or ScheduleCount).
If you set ScheduleStart, you must either set ScheduleInterval
, or set ScheduleCount to 1 to run the action once only.
Actions: | AddSchedule EditSchedule |
Type: | String |
Default: | None |
Required: | Yes, unless ScheduleCount is set to 1 . |
Example: | ScheduleInterval=36 minutes 2 seconds
|
See Also: | ScheduleStart |