TriggerState Enumeration

Quartz.NET 3.0 API Documentation
All trigger states known to Scheduler.

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

C#
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

Reference