JobBuilderRequestRecovery Method (Boolean)

Quartz.NET 3.0 API Documentation
Instructs the IScheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.

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

C#
public JobBuilder RequestRecovery(
	bool shouldRecover
)

Parameters

shouldRecover
Type: SystemBoolean

Return Value

Type: JobBuilder
the updated JobBuilder
Remarks

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

Reference