This client/server function calls the base state function associated with each connected machine. If there is no base state function for a machine, it calls the DefaultBaseState function.
SetMultiBaseStates ()
You will probably have no reason to call SetMultiBaseStates. The DefaultMultiTestCaseExit function shown below is present in the cs.inc file and is automatically called during the exit from a test case. Most users will want to use this as coded.
This function uses spawn statements to execute all the base state functions in parallel.
[-] DefaultMultiTestCaseExit (BOOLEAN bException) [-] if (bException) [ ] ExceptLog () [ ] [ ] SetMultiBaseStates () [ ] DisconnectAll ()