QuartzSchedulerNumJobsExecuted Property

Quartz.NET 3.0 API Documentation
Gets the number of jobs executed.

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

C#
public virtual int NumJobsExecuted { get; }

Property Value

Type: Int32
The number of jobs executed.

Implements

IRemotableQuartzSchedulerNumJobsExecuted
See Also

Reference