adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / AgentWaitTime Property


In This Topic
    AgentWaitTime Property
    In This Topic
    Time spent waiting for an Agent to be available
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AgentWaitTime As Nullable(Of TimeSpan)
    public Nullable<TimeSpan> AgentWaitTime {get;}
    public:
    property Nullable<TimeSpan> AgentWaitTime {
       Nullable<TimeSpan> get();
    }
    Remarks

    This is the elapsed between AgentWaitStartTime and AgentWaitEndTime, or between AgentWaitStartTime and the current time if the instance is still waiting for an Agent.

    The value will be a null reference (Nothing in Visual Basic) if the job did not run on an Agent or the times were not recorded

    See Also