VDSTime Checker Stopped Property
Indicates whether the solver was stopped early.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool TimeCheckerStopped { get; }VB
Public ReadOnly Property TimeCheckerStopped As Boolean
GetC++
public:
virtual property bool TimeCheckerStopped {
bool get () sealed;
}F#
abstract TimeCheckerStopped : bool with get
override TimeCheckerStopped : bool with get