IJobExecutionContext Trigger Property Quartz.NET API Documentation
Get a handle to the ITrigger instance that fired the IJob.

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

ITrigger Trigger { get; }

Property Value

Type: ITrigger
See Also