IScheduler Start Method Quartz.NET API Documentation
Starts the IScheduler's threads that fire Triggers. When a scheduler is first created it is in "stand-by" mode, and will not fire triggers. The scheduler can also be put into stand-by mode by calling the Standby  method.

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

Remarks

The misfire/recovery process will be started, if it is the initial call to this method on this scheduler instance.
See Also