Adobe ColdFusion 8

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 the ColdFusion Developer's Guide

Returns

True, if the gateway is connected to the IM server; False, otherwise.

Example

See "GatewayHelper example", in the ColdFusion Developer's Guide, which uses all GatewayHelper class methods.