'Declaration
Public ReadOnly Property ConditionWaitTime As Nullable(Of TimeSpan)
public Nullable<TimeSpan> ConditionWaitTime {get;}
public: property Nullable<TimeSpan> ConditionWaitTime { Nullable<TimeSpan> get(); }
'Declaration
Public ReadOnly Property ConditionWaitTime As Nullable(Of TimeSpan)
public Nullable<TimeSpan> ConditionWaitTime {get;}
public: property Nullable<TimeSpan> ConditionWaitTime { Nullable<TimeSpan> get(); }
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