IOperableTrigger Triggered Method Quartz.NET API Documentation
This method should not be used by the Quartz client.

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

void Triggered(
	ICalendar calendar
)

Parameters

calendar
Type: Quartz ICalendar

[Missing <param name="calendar"/> documentation for "M:Quartz.Spi.IOperableTrigger.Triggered(Quartz.ICalendar)"]

Remarks

Called when the IScheduler has decided to 'fire' the trigger (Execute the associated IJob), in order to give the ITrigger a chance to update itself for its next triggering (if any).
See Also