ApplicationEventType Enumeration |
Specifies the type of action which raised an application event.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public enum ApplicationEventType
Members
| Member name | Value | Description |
---|
| Created | 0 |
The application was created.
|
| RunRequested | 1 |
The application is requesting to run.
|
| Started | 2 |
The application has started running.
|
| Initialized | 3 |
The application main window was created and has initialized.
|
| Connected | 4 |
The application main window has connected to the OpenFin runtime.
|
| Closed | 5 |
The application was closed.
|
| Crashed | 6 |
The application crashed.
|
| Error | 7 |
The application had an error.
|
| NotResponding | 8 |
The application is not responding.
|
| Responding | 9 |
The application has started responding after not responding.
|
| OutOfMemory | 10 |
The application has run out of memory.
|
| ManifestChanged | 11 |
A manifest has changed.
|
| TrayIconClicked | 12 |
A try icon was clicked.
|
| ApplicationCreated | 13 |
An application was created.
|
| ApplicationStarted | 14 |
An application was started.
|
| ApplicationClosed | 15 |
An application was closed.
|
| ApplicationConnected | 16 |
Generated when an application has authenticated and is connected.
|
| ApplicationCrashed | 17 |
An application has crashed.
|
| ApplicationInitialized | 18 |
Generated when an application has initialized.
|
| ApplicationManifestChanged | 19 |
Generated when the RVM notifies an application that the manifest has changed.
|
| ApplicationNotResponding | 20 |
Generated when an application is not responding.
|
| ApplicationResponding | 21 |
Generated when an application is responding.
|
| ApplicationRunRequested | 22 |
Generated when Application.run() is called for an already running application.
|
| ApplicationTrayIconClicked | 23 |
Generated when the tray icon is clicked.
|
| PlatformApiReady | 24 | |
| PlatformSnapshotApplied | 25 | |
| PlatformViewCreated | 26 | |
See Also