SolutionMetricsWaitingTimeTotal Property |
Note: This API is now obsolete.
The total idle time for all resources (waiting for job windows
to open i.e. the 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
Get
public:
[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