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


In This Topic
    TotalTime Property (JobAgentJoin)
    In This Topic
    Total elapsed time of all executions for this job.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalTime As Integer
    public int TotalTime {get;}
    public:
    property int TotalTime {
       int get();
    }
    See Also