TriggerState EnumerationQuartz.NET API Documentation
All trigger states known to Scheduler.

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

public enum TriggerState
Members

  Member nameValueDescription
Normal0 Indicates that the Trigger is in the "normal" state.
Paused1 Indicates that the Trigger is in the "paused" state.
Complete2 Indicates that the Trigger is in the "complete" state.
Error3 Indicates that the Trigger is in the "error" state.
Blocked4 Indicates that the Trigger is in the "blocked" state.
None5 Indicates that the Trigger does not exist.
See Also