MisfireInstruction SimpleTrigger RescheduleNextWithExistingCount 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 left unchanged.

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

public const int RescheduleNextWithExistingCount

Field Value

Type: Int32
Remarks

NOTE/WARNING: This instruction could cause the ITrigger to go directly to the 'COMPLETE' state if all the end-time of the trigger has arrived.

See Also