Action
This client/server function calls the application state function associated with each connected machine. If there is no application state function for a machine, it calls the
DefaultBaseState function.
Syntax
SetMultiAppStates ()
Notes
This function uses spawn statements to execute all the application state functions in parallel.
Example
[-] multitestcase MyTest (STRING sMach1, STRING sMach2)
[ ] SetupMachine (sMach1, MyFirstApp, "MyFirstAppState")
[ ] SetupMachine (sMach2, MySecondApp,"MySecondAppState")
[ ] SetMultiAppStates ()