Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LabStatus

The application status signals and flags class.

Hierarchy

  • LabStatus

Implements

Index

Constructors

constructor

Properties

Private _busyCount

_busyCount: number = 0

Private _busySignal

_busySignal: Signal<JupyterFrontEnd, boolean>

Private _dirtyCount

_dirtyCount: number = 0

Private _dirtySignal

_dirtySignal: Signal<JupyterFrontEnd, boolean>

Accessors

busySignal

dirtySignal

isBusy

  • get isBusy(): boolean
  • Whether the application is busy.

    Returns boolean

isDirty

  • get isDirty(): boolean
  • Whether the application is dirty.

    Returns boolean

Methods

setBusy

  • setBusy(): IDisposable
  • Set the application state to busy.

    Returns IDisposable

    A disposable used to clear the busy state for the caller.

setDirty

  • setDirty(): IDisposable
  • Set the application state to dirty.

    Returns IDisposable

    A disposable used to clear the dirty state for the caller.

Generated using TypeDoc