







If this solver instance is busy abort the run as soon as possible, or do nothing if this solver instance is not busy.
Namespace: Optimization.Solver.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
void Abort() |
| Visual Basic |
|---|
Sub Abort |
| Visual C++ |
|---|
void Abort() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | If this solver instance not supports aborting. |
