Quartz
Standby Method
See Also 
Quartz Namespace > IScheduler Interface : Standby Method


Temporarily halts the IScheduler's firing of Triggers.

Syntax

Visual Basic (Declaration)  
Overridable Sub Standby() 
Visual Basic (Usage) Copy Code
Dim instance As IScheduler
 
instance.Standby()
C#  
virtual 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Document! X from Innovasys