The number of times this job has been executed. The JobInfo object associated with a schedule will show the number of executions of that schedule. Each individual execution's JobInfo will always show 1.
Syntax
public System.int ExecuteCount {get; set;}
Property Value
An integer, representing the number of executions associated with this JobInfo object, as described above.