SchedulerConstants MembersQuartz.NET API Documentation

The SchedulerConstants type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberDefaultFailOverGroup
A constant Trigger group name used internally by the scheduler - clients should not use the value of this constant ("FAILED_OVER_JOBS") for thename of a Trigger's group.
Public fieldStatic memberDefaultGroup
A (possibly) usefull constant that can be used for specifying the group that IJob and Trigger instances belong to.
Public fieldStatic memberDefaultManualTriggers
A constant Trigger group name used internally by the scheduler - clients should not use the value of this constant ("MANUAL_TRIGGER") for thename of a Trigger's group.
Public fieldStatic memberDefaultRecoveryGroup
A constant Trigger group name used internally by the scheduler - clients should not use the value of this constant ("RECOVERING_JOBS") for thename of a Trigger's group.
Public fieldStatic memberFailedJobOriginalTriggerFiretimeInMillisecoonds
A constant JobDataMap key that can be used to retrieve the scheduled fire time of the original Trigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
Public fieldStatic memberFailedJobOriginalTriggerGroup
A constant JobDataMap key that can be used to retrieve the group of the original Trigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
Public fieldStatic memberFailedJobOriginalTriggerName
A constant JobDataMap key that can be used to retrieve the name of the original Trigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
Top
See Also