IsBusy Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Is this solver instance busy?

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

Syntax

C#
bool IsBusy { get; }
Visual Basic
ReadOnly Property IsBusy As Boolean
	Get
Visual C++
property bool IsBusy {
	bool get ();
}

See Also