From Bright Pattern Documentation
< 3.11:Simplified-desktop-net-api-specification
Revision as of 20:12, 11 May 2016 by Sasha (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:simplified-desktop-net-api-specification:APIProperties:3.10)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

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.
< Previous | Next >