Interface ILabStatus

An interface for JupyterLab-like application status functionality.

Hierarchy

  • ILabStatus

Properties

busySignal: ISignal<JupyterFrontEnd<any, any>, boolean>

A signal for when application changes its busy status.

dirtySignal: ISignal<JupyterFrontEnd<any, any>, boolean>

A signal for when application changes its dirty status.

isBusy: boolean

Whether the application is busy.

isDirty: boolean

Whether the application is dirty.

Methods

  • Set the application state to busy.

    Returns IDisposable

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

  • Set the application state to dirty.

    Returns IDisposable

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

Generated using TypeDoc