TriggerFiredBundleJobDetail Property

Quartz.NET 3.0 API Documentation
Gets the job detail.

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

C#
public virtual IJobDetail JobDetail { get; }

Property Value

Type: IJobDetail
The job detail.
See Also

Reference