Simple Schedule
This property defines one or more simple triggers for a scheduled job. It has multi-line format.
Field Description | Field Name |
Start Date/Time. Time before which execution is not allowed according to this trigger. Default value is <Not set>, so execution starts immediately after the trigger is created. | startTime |
End Date/Time. Time after that execution is not allowed according to this trigger. Execution ends and trigger is deleted when this time comes. Default value is <Not set>, so execution is ended when Repeat Count is reached or continues endlessly is Repeat Count is set to 0. | endTime |
Repeat Count. Number of executions. Execution ends and trigger is deleted when job is executed Repeat Count times according to this trigger. Default value is 0 what means "execute unlimited number of times". If this option is set to zero, execution may end only when End Date/Time comes if is defined. | repeatCount |
Repeat Interval. Specified in seconds. | repeatInterval |
Simple schedule may be accessed through the triggersView variable.
Was this page helpful?