Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 490
   
8-20
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 8      Session Object
Methods
errorcode
An output parameter (return parameter in VB) that contains an error code from 
 in 
Return Values
COM: Default HRESULT return value. See 
C++, VB, .NET: A boolean indicating success or failure of the method.
The Java version of this method return NULL if the value requested is not found or if there is an error.
Remarks
Many events use UniqueObjectIDs instead of the objects themselves. Use this method to get the object 
if it is necessary for processing.
GetPropertyName
See 
 for a description of the GetPropertyName method.
GetPropertyType
See 
 for a description of the GetPropertyType method.
GetSystemStatus (Java, .NET, and C++ only)
The GetSystemStatus method returns the current system status bitmask.
Syntax
Java/C++:
int GetSystemStatus()
.NET:
SystemStatus GetSystemStatus()
Parameters
None.
Returns
The current system status bitmask. Refer to 
 
in 
 for a description of the SystemStatus.