| DesktopConnectionState Enumeration | 
 
            The connection state of a DesktopConnection
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic enum DesktopConnectionState
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Closed | 0 | The DesktopConnection is closed or has not been initialized | 
|  | Initializing | 1 | The DesktopConnection is initializing | 
|  | Initialized | 2 | The DesktopConneciton is initialized and ready to connect | 
|  | Connecting | 3 | The DesktopConnection is attempting to connect to the runtime | 
|  | Connected | 4 | The DesktopConnection is connected to the runtime | 
|  | Closing | 5 | The DesktopConnection is closing its connection to the runtime | 
 See Also
See Also