From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Updated via BpDeleteTranslateTags script
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>= API Properties=
= API Properties=
== connected ==
== connected ==
This is used to check if the API is connected to Agent Desktop.
This is used to check if the API is connected to Agent Desktop.
Line 18: Line 18:


&lt;string,DesktopControlAPI.Call&gt;
&lt;string,DesktopControlAPI.Call&gt;
<center>[[simplified-desktop-net-api-specification/APIEvents|< Previous]]  |  [[simplified-desktop-net-api-specification/AuxiliaryClasses|Next >]]</center>
</translate>

Latest revision as of 04:03, 29 May 2024

API Properties

connected

This is used to check if the API is connected to Agent Desktop.

It is True if evtApiUp was called before. It is False if evtApiDown was called or evtApiUp was never called.

Type

boolean


calls

This is used to collect calls on the agent’s phone (there may be more than one call).

See the description of auxiliary class DesktopControlAPI.Call.

Type

System.Collections.Generic.Dictionary

<string,DesktopControlAPI.Call>

< Previous | Next >