Solution MetricsIdle Time Total Property
The total idle time for all resources (waiting for job windows
to open i.e. the resource arrives before a job window opens).
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public TimeSpan IdleTimeTotal { get; }VB
Public ReadOnly Property IdleTimeTotal As TimeSpan
GetC++
public:
property TimeSpan IdleTimeTotal {
TimeSpan get ();
}F#
member IdleTimeTotal : TimeSpan with get