A VDomModel for the kernel status indicator.

Hierarchy (view full)

Constructors

Properties

_activityName: string = ''
_kernelName: string = ''
_kernelStatus: undefined | KernelDisplayStatus = ''
_sessionContext: null | ISessionContext = null
_statusNames: Record<KernelDisplayStatus, string>
stateChanged: Signal<KernelStatus.Model, void>

A signal emitted when any model state changes.

translation: ITranslator

Accessors

  • get isDisposed(): boolean
  • Test whether the model is disposed.

    Returns boolean

Methods

  • Dispose the model.

    Returns void