Optionalprops: ClosePropsReturns a promise of the Qix Doc object with a set of client-side Api extensions. Note that while the AppSession object is returned immediately this promise might take a while to resolve for bigger apps.
Experimental
Add a progress-listener for an app open process. This is the process behind the getDoc promise.
Experimental
Add a progress-listener for an app reload process.
A reload is triggered by calling Doc.DoReload or Doc.DoReloadEx.
Experimental
Add a progress-listener for an app save process (triggered by DoSave on a Doc).
Experimental
Add an event-listener for this app-session.
Experimental
Resume a suspended session. This will resume exactly once if the session is currently suspended, otherwise nothing will be done.
When the app session is no longer in use it must be closed using this function. If the same underlying enigma websocket is used somewhere else in the browser this is basically a no op, but if this is the last/only usage of the underlying enigma websocket that websocket will be closed.