ITriggerListener TriggerFired Method Quartz.NET API Documentation
Called by the IScheduler when a Trigger has fired, and it's associated JobDetail is about to be executed.

It is called before the VetoJobExecution(Trigger, JobExecutionContext) method of this interface.

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

void TriggerFired(
	Trigger trigger,
	JobExecutionContext context
)
See Also