SchedulerConstantsFailedJobOriginalTriggerGroup Field

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

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

C#
public const string FailedJobOriginalTriggerGroup = "QRTZ_FAILED_JOB_ORIG_TRIGGER_GROUP"

Field Value

Type: String
See Also

Reference