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

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

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

public virtual void Standby()

Implements

IRemotableQuartzScheduler Standby 
See Also