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.
SetMultiAppStates ()
This function uses spawn statements to execute all the application state functions in parallel.
[-] multitestcase MyTest (STRING sMach1, STRING sMach2) [ ] SetupMachine (sMach1, MyFirstApp, "MyFirstAppState") [ ] SetupMachine (sMach2, MySecondApp,"MySecondAppState") [ ] SetMultiAppStates ()