IJobExecutionContextTrigger Property

Quartz.NET 3.0 API Documentation
Get a handle to the ITrigger instance that fired the IJob.

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

C#
ITrigger Trigger { get; }

Property Value

Type: ITrigger
See Also

Reference