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

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

void Shutdown()
Remarks

The scheduler cannot be re-started.
See Also