IsAbortRequested Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Optimization.Solver.MOPS.MOPSSolver.IsAbortRequested"]

Namespace: Optimization.Solver.MOPS
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public bool IsAbortRequested { get; set; }
Visual Basic
Public Property IsAbortRequested As Boolean
	Get
	Set
Visual C++
public:
property bool IsAbortRequested {
	bool get ();
	void set (bool value);
}

See Also