How can a master tell a slave test item to stop without everything stopping
When theTimeoutEvent occurs our handler performs these two steps: Call MyCommon.TerminateRemoteApplication("MyApplication.exe") Call MyCommon.RebootSlaveHost() It works fine wit...