IJobExecutionContextJobRunTime Property

Quartz.NET 3.0 API Documentation
The amount of time the job ran for. The returned value will be MinValue until the job has actually completed (or thrown an exception), and is therefore generally only useful to IJobListeners and ITriggerListeners.

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

C#
TimeSpan JobRunTime { get; }

Property Value

Type: TimeSpan
See Also

Reference