MisfireInstruction SimpleTrigger RescheduleNextWithRemainingCount FieldQuartz.NET API Documentation
Instructs the IScheduler that upon a mis-fire situation, the ISimpleTrigger wants to be re-scheduled to the next scheduled time after 'now' - taking into account any associated ICalendar, and with the repeat count set to what it would be, if it had not missed any firings.

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

public const int RescheduleNextWithRemainingCount

Field Value

Type: Int32
Remarks

NOTE/WARNING: This instruction could cause the ITrigger to go directly to the 'COMPLETE' state if all fire-times where missed.
See Also