Use Jscript's setTimout funciton? Or another way to not wait for a method.
Hey all, Is there a way to use JScript's setTimeout funciton in TestComplete scripts? I am calling a method directly from TestComplete, but i do not want to wait for the return value of the me...