IJobExecutionContextRecoveringTriggerKey Property

Quartz.NET 3.0 API Documentation
Returns the TriggerKey of the originally scheduled and now recovering job.

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

C#
TriggerKey RecoveringTriggerKey { get; }

Property Value

Type: TriggerKey
Remarks

When recovering a previously failed job execution this property returns the identity of the originally firing trigger. This recovering job will have been scheduled for the same firing time as the original job, and so is available via the ScheduledFireTimeUtc property. The original firing time of the job can be accessed via the FailedJobOriginalTriggerFiretime element of this job's JobDataMap.
See Also

Reference