IScheduler Shutdown Method Quartz.NET API Documentation
Halts the IScheduler's firing of Triggers, and cleans up all resources associated with the Scheduler. Equivalent to Shutdown(Boolean).

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

void Shutdown()
Remarks

The scheduler cannot be re-started.
See Also