Forum Discussion

VENKAT1712's avatar
VENKAT1712
Occasional Contributor
9 years ago

How to Continue a batch run execution after RebootAndContinue?

Hi,

 

I have a project in jscript having 3 testitems kept for batch. When i run the entire project, the execution is starting with testitem1 as expected. But the testitem1 is having RebootAndContinue due to installation of new software. After the system reboots, the execution continues from the mentioned "UnitName.FunctionName" in the RebootAndContinue. The problem i am facing is that once the execution of testitem1 completes, the execution stops due to which i am not able to execute testitem2 and testitem3 which is kept in batch.

 

Is there any solution to continue with the remaining batch run executions ???/