Property IsBusy
IsBusy
Gets a value indicating whether the task runner is currently executing busy tasks. Bindings to this property can be used to control UI state when busy tasks are running, such as disabling input or showing a loading spinner.
Declaration
bool IsBusy { get; }
Property Value
| Type | Description |
|---|---|
| bool |