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

getStatus

Last update:
May 18, 2026

Description

Returns the gateway status.

Category

Event Gateway Development

Syntax

public int getStatus()

See also

Providing Gateway class service and information routines  in the Developing ColdFusion Applications

Returns

An integer status value. The Gateway interface defines the following status constants:
  • STARTING
  • RUNNING
  • STOPPING
  • STOPPED
  • FAILED

Example

The following example is the ColdFusion SocketGateway class getStatus method:
public int getStatus() { return status; }

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