Click or drag to resize

Application Methods

The Application type exposes the following members.

Methods
  NameDescription
Public methodclose
Close all open documents opened by the application. The Application.onClosed event will be raised once per document.
Public methodlogout
Logout the user.
Public methodonClosed
Event raised when the analysis has closed.
Public methodonError
Event raised when an error occurs in the analysis or API.
Public methodonLoggedOut
Event raised when the user is logged out. This can be due to an explicit logout request or a session timeout.
Public methodonOpened
Event raised when a document has finished loading.
Public methodopenDocument
Open an analysis document instance specified by the application. The Application.onOpened event will fire when the document is loaded. Multiple documents can be opened for a single application. When several documents are created for an application these documents will automatically be linked together.
Top
See Also