SunithaS
9 days agoNew Contributor
RebootAndContinue
I was trying this function using javascript. The Purpose was to reboot and restart the machine and continue with script execution. But It is not working as expected. It disconnects testcomplete alone. No other action is performed.
Here is the code which I was trying to execute
function Test()
{
aqEnvironment.RebootAndContinue("Test1","xyz","ABC123");
}