FiredTriggerRecordJobRequestsRecovery Property

Quartz.NET 3.0 API Documentation
Gets or sets a value indicating whether [job requests recovery].

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

C#
public virtual bool JobRequestsRecovery { get; set; }

Property Value

Type: Boolean
true if [job requests recovery]; otherwise, false.
See Also

Reference