User Guide
IM Gateway GatewayHelper class methods 1033
isOnline
Description
Determines whether the gateway is connected to the instant messaging server.
Syntax
Boolean = isOnline()
See also
getCustomAwayMessage
, getStatusAsString, getStatusTimeStamp, setStatus, “Using the
GatewayHelper object” in Chapter 43, “Using the Instant Messaging Event Gateways” in
ColdFusion MX Developer’s Guide
Returns
True, if the gateway is connected to the IM server; False, otherwise.
Example
See “GatewayHelper example”, in Chapter 43, “Using the Instant Messaging Event Gateways” in
ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.