RouteMetricsWaitingTimeTotal Property |
Note: This API is now obsolete.
The total idle time (waiting for job windows
to open when a resource arrives before a job window opens).
This is obsolete - use
IdleTimeTotal instead.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax[ObsoleteAttribute("Use IdleTimeTotal instead.")]
public TimeSpan WaitingTimeTotal { get; }<ObsoleteAttribute("Use IdleTimeTotal instead.")>
Public ReadOnly Property WaitingTimeTotal As TimeSpan
Getpublic:
[ObsoleteAttribute(L"Use IdleTimeTotal instead.")]
property TimeSpan WaitingTimeTotal {
TimeSpan get ();
}[<ObsoleteAttribute("Use IdleTimeTotal instead.")>]
member WaitingTimeTotal : TimeSpan with get
Property Value
Type:
TimeSpan
See Also