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 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 Using the Instant Messaging Event Gateways in ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.