Enum ConnectStates
The connect states
Namespace: Dapplo.Windows.Citrix.Enums
Assembly: Dapplo.Windows.Citrix.dll
Syntax
public enum ConnectStates : int
Fields
| Name | Description |
|---|---|
| Active | WFActive: User logged on to WinStation |
| Connected | WFConnected: WinStation connected to client |
| ConnectQuery | WFConnectQuery: In the process of connecting to client |
| Disconnected | WFDisconnected: WinStation logged on without client |
| Down | WFDown: WinStation is down due to error |
| Idle | WFIdle: Waiting for client to connect |
| Init | WFInit: WinStation in initialization |
| Listen | WFListen: WinStation is listening for connection |
| Reset | WFReset: WinStation is being reset |
| Shadow | WFShadow: Shadowing another WinStation |