QuartzScheduler NumJobsExecuted Property Quartz.NET API Documentation
Gets the number of jobs executed.

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

public virtual int NumJobsExecuted { get; }

Property Value

Type: Int32
The number of jobs executed.

Implements

IRemotableQuartzScheduler NumJobsExecuted
See Also