Route ItemWaiting Time Property
The idle time if arriving at this location before the window opens.
This is obsolete - use IdleTime instead.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
[ObsoleteAttribute("Use IdleTime instead.")]
public TimeSpan WaitingTime { get; }VB
<ObsoleteAttribute("Use IdleTime instead.")>
Public ReadOnly Property WaitingTime As TimeSpan
GetC++
public:
[ObsoleteAttribute(L"Use IdleTime instead.")]
property TimeSpan WaitingTime {
TimeSpan get ();
}F#
[<ObsoleteAttribute("Use IdleTime instead.")>]
member WaitingTime : TimeSpan with get