From Bright Pattern Documentation
(Created new topic from branched topic Documentation:ServicePattern:simplified-desktop-net-api-specification:APIProperties:5.1) |
|||
Line 21: | Line 21: | ||
− | + | ||
</translate> | </translate> |
Revision as of 23:57, 25 January 2019
<translate>= 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>
</translate>