SchedulerConstantsDefaultFailOverGroup Field

Quartz.NET 3.0 API Documentation
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.

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

C#
public const string DefaultFailOverGroup = "FAILED_OVER_JOBS"

Field Value

Type: String
See Also

Reference