Gets the flag if background worker is busy.

Namespace: MonoSoftware.Core.Components
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool IsBusy { get; }
Visual Basic
Public ReadOnly Property IsBusy As Boolean
	Get
Visual C++
public:
property bool IsBusy {
	bool get ();
}
F#
member IsBusy : bool with get

Property Value

Type: Boolean

See Also