VDSPauseEvent Property

Used to pause the solver while it is running.

Definition

Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public ManualResetEvent PauseEvent { get; set; }

Property Value

ManualResetEvent

Implements

ISolverPauseEvent

See Also