JobExecutionException UnscheduleAllTriggers Property Quartz.NET API Documentation
Gets or sets a value indicating whether to unschedule all triggers.

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

public virtual bool UnscheduleAllTriggers { get; set; }

Property Value

Type: Boolean
true if all triggers should be unscheduled; otherwise, false.
See Also