Gets a value indicating whether the component is performing a lengthy operation.
public bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
public:
property bool IsBusy {
bool get();
}
Return Value
true
if there is any operation in progress;
false
otherwise.
Value
A bool value indicating whether the component is busy because it's doing some work.
Remarks
When an operation is still in progress, it's not possible to start another operation.