MisfireInstructionSimpleTriggerRescheduleNextWithExistingCount Field

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public const int RescheduleNextWithExistingCount = 5

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

Reference