VDSTime Exceeded Method
Check if there is a time limit and if so is it exceeded?
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
True if the maximum time limit is exceeded. False otherwise.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool TimeExceeded()VB
Public Function TimeExceeded As BooleanC++
public:
virtual bool TimeExceeded() sealedF#
abstract TimeExceeded : unit -> bool
override TimeExceeded : unit -> bool Return Value
BooleanTrue if the maximum time limit is exceeded. False otherwise.