MisfireInstruction SimpleTrigger RescheduleNowWithExistingRepeatCount FieldQuartz.NET API Documentation
Instructs the IScheduler that upon a mis-fire situation, the MisfireInstruction SimpleTrigger 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 Trigger end-time however, so if 'now' is after the end-time the Trigger will not fire again.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
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