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

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

void Shutdown(
	bool waitForJobsToComplete
)

Parameters

waitForJobsToComplete
Type: System Boolean
if   the scheduler will not allow this method to return until all currently executing jobs have completed.
Remarks

The scheduler cannot be re-started.
See Also