MisfireInstruction SimpleTrigger RescheduleNowWithExistingRepeatCount FieldQuartz.NET API Documentation
Instructs the IScheduler that upon a mis-fire situation, the ISimpleTrigger wants to be re-scheduled to 'now' (even if the associated ICalendar excludes 'now') with the repeat count left as-is. This does obey the ITrigger end-time however, so if 'now' is after the end-time the ITrigger will not fire again.

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

public const int RescheduleNowWithExistingRepeatCount

Field Value

Type: Int32
Remarks

NOTE: Use of this instruction causes the trigger to 'forget' the start-time and repeat-count that it was originally setup with (this is only an issue if you for some reason wanted to be able to tell what the original values were at some later time).

See Also