ShutdownHookPlugin CleanShutdown Property Quartz.NET API Documentation
Determine whether or not the plug-in is configured to cause a clean Shutdown of the scheduler.

The default value is  .

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

public virtual bool CleanShutdown { get; set; }

Property Value

Type: Boolean
See Also