The possible states of the Application object.
Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Disconnected | 1 | The application is not connected to the CallCenter process. | |
| StartingCallCenter | 2 | The application has started the connection loop and ties to start a CallCenter process if no running process could be found. | |
| WaitingForConnection | 3 | The Application's connection loop is running and waiting for a CallCenter process. | |
| Connecting | 4 | The Application has found a CallCenter process in tries to connect to this process. | |
| Connected | 5 | The Application is connected to a CallCenter process. |
See Also