adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / QueueEnterTime Property

In This Topic
    QueueEnterTime Property (ExecutionHistoryStep)
    In This Topic
    The date/time the step began waiting for a queue slot
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property QueueEnterTime As Nullable(Of DateTimeOffset)
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public Nullable<DateTimeOffset> QueueEnterTime {get;}
    See Also