Whatever message this page gives is out now! Go check it out!

getStatusAsString

Last update:
May 18, 2026

Description

Gets the online status of the gateway as a text string.

Syntax

string = getStatusAsString()

See also

Returns

The gateway's online status; one of the following:
  • ONLINE
  • OFFLINE
  • AWAY
  • DO NOT DISTURB XMPP only
  • NOT AVAILABLE
  • FREE TO CHAT Sametime only
  • IDLE

Usage

The DO NOT DISTURB, NOT AVAILABLE, and FREE TO CHAT strings differ from the status values that you use in the setStatus method, which does not allow spaces in the status names.

Example

See  GatewayHelper example in  Using the GatewayHelper object  in the Developing ColdFusion Applications, which uses all GatewayHelper class methods.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page