MisfireInstruction SimpleTrigger FireNow FieldQuartz.NET API Documentation
Instructs the IScheduler that upon a mis-fire situation, the MisfireInstruction SimpleTrigger wants to be fired now by IScheduler.

NOTE: This instruction should typically only be used for 'one-shot' (non-repeating) Triggers. If it is used on a trigger with a repeat count > 0 then it is equivalent to the instruction RescheduleNowWithRemainingRepeatCount.

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

public const int FireNow

Field Value

Type: Int32
See Also