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

The scheduler cannot be re-started.

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

public virtual 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.

Implements

IRemotableQuartzScheduler Shutdown(Boolean)
See Also