Gorgon
Show / Hide Table of Contents

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 Source

IsBusy

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 Source

Reset()

Function to forcefully reset the busy state back to an idle state.

Declaration
void Reset()
| Edit this page View Source

SetBusy()

Function to set busy state.

Declaration
void SetBusy()
| Edit this page View Source

SetIdle()

Function to set idle state (canceling busy state).

Declaration
void SetIdle()

Events

| Edit this page View Source

BusyStateChanged

Event triggered when the busy state changes.

Declaration
event EventHandler BusyStateChanged
Event Type
Type Description
EventHandler

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author