From Bright Pattern Documentation
Contents
- Introduction
- API Specification
- General Information
- Event Delivery
- API Instantiation and Initialization
- API Methods
- API Events
- 1 API Properties
- Auxiliary Classes
Simplified Desktop .NET API Specification
API Properties
connected
Type | boolean |
Description | Used to check if API is connected to the Agent Desktop (True if evtApiUp was called before; False if evtApiDown was called or evtApiUp was never called). |
calls
Type | System.Collections.Generic.Dictionary
<string,DesktopControlAPI.Call> |
Description | Collection of calls on Agent’s phone (there maybe more than one call). See description of auxiliary class DesktopControlAPI.Call. |