SimpleScheduleBuilder WithMisfireHandlingInstructionFireNow Method Quartz.NET API Documentation
If the Trigger misfires, use the FireNow instruction.

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

public SimpleScheduleBuilder WithMisfireHandlingInstructionFireNow()

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also