JobBuilder RequestRecovery Method (Boolean)Quartz.NET 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: 2.2.1.400
Syntax

public JobBuilder RequestRecovery(
	bool shouldRecover
)

Parameters

shouldRecover
Type: System Boolean

[Missing <param name="shouldRecover"/> documentation for "M:Quartz.JobBuilder.RequestRecovery(System.Boolean)"]

Return Value

Type: JobBuilder
the updated JobBuilder
Remarks

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