adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatistics Class
Properties

In This Topic
    JobStatistics Class Members
    In This Topic

    The following tables list the members exposed by JobStatistics.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property The average execution time (elapsed clock time) for all instances in the time period.  
    Public Property The average processor time (CPU time) for all instances in the time period.  
    Public Property The earliest execution found in the requested time period.  
    Public Property The OID of the job these statistics are for.  
    Public Property The latest execution found in the requested time period.  
    Public Property The maximum execution time (elapsed clock time) for all instances in the time period.  
    Public Property The maximum processor time (CPU time) for all instances in the time period.  
    Public Property The minimum execution time (elapsed clock time) for all instances in the time period.  
    Public Property The minimum processor time (CPU time) for all instances in the time period.  
    Public Property The total number of executions in the requested time period.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method
    Top
    See Also