This command allows the number of threads which are currently active on the current Test Manager to be loaded into an integer variable for later use.
The count of active threads includes all threads which are executing either their primary Script or a secondary Script. It does not include threads which are processing a start-up delay or which are currently suspended.
LOAD ACTIVE_THREADS INTO variable
An integer variable into which the count of active threads is loaded.
LOAD ACTIVE_THREADS INTO active-count