SchedulerConstantsFailedJobOriginalTriggerFiretime Field

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

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

C#
public const string FailedJobOriginalTriggerFiretime = "QRTZ_FAILED_JOB_ORIG_TRIGGER_FIRETIME_AS_STRING"

Field Value

Type: String
Remarks

Note that this is the time the original firing actually occurred, which may be different from the scheduled fire time - as a trigger doesn't always fire exactly on time.
See Also

Reference