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

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

public enum TriggerState
Members

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