SchedulerMetaData NumberOfJobsExecuted Property Quartz.NET API Documentation
Returns the number of jobs executed since the IScheduler started..

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

public virtual int NumberOfJobsExecuted { get; }

Property Value

Type: Int32
See Also