MisfireInstruction CalendarIntervalTrigger DoNothing FieldQuartz.NET API Documentation
Instructs the IScheduler that upon a mis-fire situation, the ICalendarIntervalTrigger wants to have it's next-fire-time updated to the next time in the schedule after the current time (taking into account any associated ICalendar, but it does not want to be fired now.

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

public const int DoNothing

Field Value

Type: Int32
See Also