Missed Execution Handling

When a scheduled task is paused, it might miss scheduled executions. You can configure how each task handles missed executions.

For example, let's say that a scheduled task starts a batch job daily at 10 PM. However, you paused the scheduled task for three days such that the task missed triggering the job start three times. When the scheduled task returns to a running state, the task can ignore all missed executions or run one missed execution.

Configure one of the following ways to handle missed executions:
Ignore
When the scheduled task is resumed, it ignores any missed executions and then continues triggering the job based on the defined schedule.
Run Once
When the scheduled task is resumed, it immediately runs one missed execution and then continues triggering the job based on the defined schedule.