action()

Execute an action by name.

Syntax

action(
   name  STRING )
  1. name is the name of the action to execute.

Usage

You can use it to call an action by name in an application to test its action in a scenario. For example, calling the action cancel.

CALL ggc.action("cancel")