IsBusy

IAsyncTask.IsBusy property

Gets a value indicating whether this task is currently running.

public bool IsBusy { get; }

Property Value

true if this task is currently running; otherwise, false.

See Also