idle()
Execute an ON IDLE action.
Syntax
idle()
Usage
Call this method to check the execution of ON IDLE
action in a test scenario. If
the ON IDLE
instructions are executed, the ggc.statusCode
is set
to SUCCESS
, otherwise the ggc.statusMsg
provides a detailed error
message.
For more information on ON IDLE
statements, see topics in the Dialog
instructions section of the Genero Business Development Language User Guide for details.
In the sample command the GGC checks the ON IDLE
code.
CALL ggc.idle()