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


In This Topic
    ConditionWaitTime Property (ExecutionHistoryStep)
    In This Topic
    Time spent waiting for conditions to be met
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConditionWaitTime As Nullable(Of TimeSpan)
    public Nullable<TimeSpan> ConditionWaitTime {get;}
    public:
    property Nullable<TimeSpan> ConditionWaitTime {
       Nullable<TimeSpan> get();
    }
    Remarks

    This is the elapsed between ConditionWaitStartTime and ConditionWaitEndTime, or between ConditionWaitStartTime and the current time if the step is still waiting for conditions.

    The value will be a null reference (Nothing in Visual Basic) if the job has no conditions or the times were not recorded

    See Also