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.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
[ObsoleteAttribute("Use IdleTimeTotal instead.")]
public TimeSpan WaitingTimeTotal { get; }

Property Value

TimeSpan

See Also