deephaven.appmode¶ This module supports writing Deephaven application mode Python scripts. class ApplicationState(j_app_state)[source]¶ Bases: JObjectWrapper The ApplicationState represents the state of an application. j_object_type¶ alias of ApplicationState get_app_state()[source]¶ Get the current application state object. Raises: DHError –