IOperableTriggerTriggered Method

Quartz.NET 3.0 API Documentation
This method should not be used by the Quartz client.

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

C#
void Triggered(
	ICalendar calendar
)

Parameters

calendar
Type: QuartzICalendar

[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

Reference