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 Developing ColdFusion Applications
Returns
True, if the gateway is connected to the IM server; False, otherwise.
Example
See GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods.----