SchedulerConstants Structure

Quartz.NET 3.0 API Documentation
Scheduler constants.

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

C#
public struct SchedulerConstants

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 ITrigger group name used internally by the scheduler - clients should not use the value of this constant ("FAILED_OVER_JOBS") for the name of a ITrigger's group.
Public fieldStatic memberDefaultGroup
A (possibly) useful constant that can be used for specifying the group that IJob and ITrigger instances belong to.
Public fieldStatic memberDefaultRecoveryGroup
A constant ITrigger group name used internally by the scheduler - clients should not use the value of this constant ("RECOVERING_JOBS") for the name of a ITrigger's group.
Public fieldStatic memberFailedJobOriginalTriggerFiretime
A constant JobDataMap key that can be used to retrieve the fire time of the original ITrigger 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 ITrigger 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 ITrigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
Public fieldStatic memberFailedJobOriginalTriggerScheduledFiretime
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.
Top
See Also

Reference