SchedulerMetaDataNumberOfJobsExecuted Property

Quartz.NET 3.0 API Documentation
Returns the number of jobs executed since the IScheduler started..

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

C#
public virtual int NumberOfJobsExecuted { get; }

Property Value

Type: Int32
See Also

Reference