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

In This Topic
    TotalExecutions Property (JobStatistics)
    In This Topic
    The total number of executions in the requested time period.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property TotalExecutions As Integer
    [DataMember()]
    public int TotalExecutions {get; set;}
    See Also