adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobAgentJoin Class / TotalExecutions Property


In This Topic
    TotalExecutions Property (JobAgentJoin)
    In This Topic
    Total number of times the job has been executed
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalExecutions As Integer
    public int TotalExecutions {get;}
    public:
    property int TotalExecutions {
       int get();
    }
    See Also