Interface IBusyStateService
A service that notifies the user of a busy state.
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IBusyStateService
Properties
| Edit this page View SourceIsBusy
Property to return whether or not there's a busy state.
Declaration
bool IsBusy { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceReset()
Function to forcefully reset the busy state back to an idle state.
Declaration
void Reset()
SetBusy()
Function to set busy state.
Declaration
void SetBusy()
SetIdle()
Function to set idle state (canceling busy state).
Declaration
void SetIdle()
Events
| Edit this page View SourceBusyStateChanged
Event triggered when the busy state changes.
Declaration
event EventHandler BusyStateChanged
Event Type
Type | Description |
---|---|
EventHandler |