IJobDetailRequestsRecovery Property

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

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

C#
bool RequestsRecovery { get; }

Property Value

Type: Boolean
Remarks

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

Reference