getChildCount()
Retrieve the number of running child applications.
Syntax
getChildCount()
RETURNS INTEGER
Returns the application child count.
Usage
You can use it get the number of child applications running during a test session. For example:
DISPLAY "The application child count is " || getChildCount()