IJobExecutionContext JobRunTime Property Quartz.NET 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: 2.2.1.400
Syntax

TimeSpan JobRunTime { get; }

Property Value

Type: TimeSpan
See Also