MisfireInstructionSimpleTriggerFireNow Field

Quartz.NET 3.0 API Documentation
Instructs the IScheduler that upon a mis-fire situation, the ISimpleTrigger 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: 3.0.0
Syntax

C#
public const int FireNow = 1

Field Value

Type: Int32
See Also

Reference