IScheduler Standby Method Quartz.NET API Documentation
Temporarily halts the IScheduler's firing of ITriggers.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

void Standby()
Remarks

When Start  is called (to bring the scheduler out of stand-by mode), trigger misfire instructions will NOT be applied during the execution of the Start  method - any misfires will be detected immediately afterward (by the IJobStore's normal process).

The scheduler is not destroyed, and can be re-started at any time.

See Also