showStatistics()
Show test statistics.
Syntax
showStatistics()
RETURNS Statistics
Returns the session statistics.
Usage
Use the ggc.showStatistics() function to show test statistics. You must declare a variable of type
ggc.Statistics. For example:
DEFINE stats ggc.Statistics
CALL ggc.getStatistics() RETURNING stats.*
CALL ggc.showStatistics(stats.*)