IsBusy Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Is this solver instance busy?

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

Syntax

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

Implements

ISolver..::..IsBusy

See Also