IJobDetail RequestsRecovery Property Quartz.NET API Documentation
Set whether or not the the IScheduler should re-Execute the IJob if a 'recovery' or 'fail-over' situation is encountered.

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

bool RequestsRecovery { get; }

Property Value

Type: Boolean
Remarks

If not explicitly set, the default value is  .
See Also