RecoverMisfiredJobsResultHasMoreMisfiredTriggers Property

Quartz.NET 3.0 API Documentation
Gets a value indicating whether this instance has more misfired triggers.

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

C#
public bool HasMoreMisfiredTriggers { get; }

Property Value

Type: Boolean
true if this instance has more misfired triggers; otherwise, false.
See Also

Reference