Returns the gateway status.
Event Gateway Development
public int getStatus()
"Providing Gateway class service and information routines" in the ColdFusion Developer's Guide
An integer status value. The Gateway interface defines the following status constants:
The following example is the ColdFusion SocketGateway class getStatus method:
public int getStatus() { return status; }