| ExternalApplicationEventType Enumeration | 
 
            Specifies the type of action which raised an application event.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic enum ExternalApplicationEventType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Started | 0 | The external process has started running. | 
|  | Connected | 1 | The external process has connected to the OpenFin runtime. | 
|  | Disconnected | 2 | The external process has disconnected from the OpenFin runtime. | 
|  | Exited | 3 | The external process has exited. | 
|  | ExternalApplicationConnected | 4 | An external application has connected to the OpenFin runtime. | 
|  | ExternalApplicationDisconnected | 5 | An external application has disconnected from the OpenFin runtime. | 
 See Also
See Also