Missed Execution Handling

You can configure how each scheduled task handles missed executions.

A scheduled task might miss executions when the task is paused.

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.