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


In This Topic
    AgentWaitStartTime Property
    In This Topic
    The date/time the job started waiting to be dispatched to an Agent
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property AgentWaitStartTime As Nullable(Of DateTimeOffset)
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public Nullable<DateTimeOffset> AgentWaitStartTime {get;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property Nullable<DateTimeOffset> AgentWaitStartTime {
       Nullable<DateTimeOffset> get();
    }
    Remarks

    Will be a null reference (Nothing in Visual Basic) if the job does not run on agents.

    See Also