QuartzScheduler NotifyJobStoreJobComplete Method Quartz.NET API Documentation
Notifies the job store job complete.

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

protected virtual void NotifyJobStoreJobComplete(
	IOperableTrigger trigger,
	IJobDetail detail,
	SchedulerInstruction instCode
)
See Also