Click or drag to resize

ApplicationEventType Enumeration

Specifies the type of action which raised an application event.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum ApplicationEventType
Members
  Member nameValueDescription
Created0 The application was created.
RunRequested1 The application is requesting to run.
Started2 The application has started running.
Initialized3 The application main window was created and has initialized.
Connected4 The application main window has connected to the OpenFin runtime.
Closed5 The application was closed.
Crashed6 The application crashed.
Error7 The application had an error.
NotResponding8 The application is not responding.
Responding9 The application has started responding after not responding.
OutOfMemory10 The application has run out of memory.
ManifestChanged11 A manifest has changed.
TrayIconClicked12 A try icon was clicked.
ApplicationCreated13 An application was created.
ApplicationStarted14 An application was started.
ApplicationClosed15 An application was closed.
ApplicationConnected16 Generated when an application has authenticated and is connected.
ApplicationCrashed17 An application has crashed.
ApplicationInitialized18 Generated when an application has initialized.
ApplicationManifestChanged19 Generated when the RVM notifies an application that the manifest has changed.
ApplicationNotResponding20 Generated when an application is not responding.
ApplicationResponding21 Generated when an application is responding.
ApplicationRunRequested22 Generated when Application.run() is called for an already running application.
ApplicationTrayIconClicked23 Generated when the tray icon is clicked.
PlatformApiReady24
PlatformSnapshotApplied25
PlatformViewCreated26
See Also