stop()
Stops the GGC.
Syntax
stop()
A call to the method informs the client to stop executing.
Usage
This method should be called to stop the client when a method throws an exception that causes the
scenario to stop. On success the ggc.statusCode
is set to SUCCESS
,
otherwise ggc.statusMsg
provides a detailed error message.
For example:
CALL ggc.stop()