JobStatistics Class Members
In This Topic
The following tables list the members exposed by JobStatistics.
Public Constructors
Public Properties
| Name | Description |
 | AverageExecutionTime |
The average execution time (elapsed clock time) for all instances in the time period.
|
 | AverageProcessorTime |
The average processor time (CPU time) for all instances in the time period.
|
 | EarliestExecution |
The earliest execution found in the requested time period.
|
 | JobOID |
The OID of the job these statistics are for.
|
 | LatestExecution |
The latest execution found in the requested time period.
|
 | MaximumExecutionTime |
The maximum execution time (elapsed clock time) for all instances in the time period.
|
 | MaximumProcessorTime |
The maximum processor time (CPU time) for all instances in the time period.
|
 | MinimumExecutionTime |
The minimum execution time (elapsed clock time) for all instances in the time period.
|
 | MinimumProcessorTime |
The minimum processor time (CPU time) for all instances in the time period.
|
 | TotalExecutions |
The total number of executions in the requested time period.
|
Top
Extension Methods
See Also