getState()

Retrieve the application state.

Syntax

getState()
  RETURNS STRING

Returns the application state.

Usage

You can use it get the application state during a test session. The application state can be:
  • INIT - Client is initialized
  • START - Client is starting
  • PROCESSING - VM processing
  • INTERACTIVE - VM is interactive
  • FUNCTION_CALL - Processing a function call
  • ENDED - Client has ended
For example:
DISPLAY "The application state is " || getState()