IJobExecutionContextRecovering Property

Quartz.NET 3.0 API Documentation
If the IJob is being re-executed because of a 'recovery' situation, this method will return .

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

C#
bool Recovering { get; }

Property Value

Type: Boolean
See Also

Reference