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

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

public virtual Trigger Trigger { get; }

Property Value

Type: Trigger
See Also