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 initializedSTART
- Client is startingPROCESSING
- VM processingINTERACTIVE
- VM is interactiveFUNCTION_CALL
- Processing a function callENDED
- Client has ended
DISPLAY "The application state is " || getState()