Readonly
busyA signal for when application changes its busy status.
Readonly
dirtyA signal for when application changes its dirty status.
Readonly
isWhether the application is busy.
Readonly
isWhether the application is dirty.
Set the application state to busy.
A disposable used to clear the busy state for the caller.
Set the application state to dirty.
A disposable used to clear the dirty state for the caller.
An interface for JupyterLab-like application status functionality.