adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatistics Class / AverageExecutionTime Property

In This Topic
    AverageExecutionTime Property
    In This Topic
    The average execution time (elapsed clock time) for all instances in the time period.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property AverageExecutionTime As TimeSpan
    [DataMember()]
    public TimeSpan AverageExecutionTime {get; set;}
    See Also