GatewayAction()
Executes a specific action for a gateway instance.
Introduced: 6.2.0.75
GatewayAction( gatewayID=string, action=string, waitForIt=boolean, timeout=timespan );
Returns: String
| Argument | Description | Default |
|---|---|---|
|
gatewayID
string,
required
|
edit
Identifier of the gateway to do the action on. |
|
|
action
string,
required
|
edit
action to execute, possible values are [start,stop and restart] |
|
|
waitForIt
boolean,
optional
|
edit
Wait for the process to end (starting, stopping or restarting) |
true |
|
timeout
timespan,
optional
|
edit
in case |
Examples
There are currently no examples for this function 35,320ms WARN No examples for function GatewayActionSee also
- Event Gateways
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)