ISolverPauseEvent Property

Gets or sets a ManualResetEvent which allows the solver to be paused if it is being run in a separate thread.

Definition

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

Property Value

ManualResetEvent

See Also