Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
8-23
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 8      Session Object
Methods
GetPropertyType
See 
 for a description of the GetPropertyType method.
GetSystemStatus (Java and C++ only)
The GetSystemStatus method returns the current system status bitmask.
Syntax
int GetSystemStatus()
Parameters
None.
Returns.
The current system status bitmask.
GetValue Methods
See 
 for a description of the GetValue, GetValueArray, 
GetValueInt, and GetValueString methods.
IsAgent
The IsAgent method determines whether the current agent is an agent rather than 
a supervisor.
Syntax
C++:
bool IsAgent()
COM:
HRESULT IsAgent (VARIANT_BOOL *bIsAgent)
VB:
IsAgent () As Boolean