ApplicationState EnumerationRemotePhoneCallService API Reference
The possible states of the Application object.

Namespace: JustRemotePhone.RemotePhoneService
Assembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax

public enum ApplicationState
Members

  Member nameValueDescription
Disconnected1 The application is not connected to the CallCenter process.
StartingCallCenter2 The application has started the connection loop and ties to start a CallCenter process if no running process could be found.
WaitingForConnection3 The Application's connection loop is running and waiting for a CallCenter process.
Connecting4 The Application has found a CallCenter process in tries to connect to this process.
Connected5 The Application is connected to a CallCenter process.
See Also