Deeksha_goyal
11 years agoContributor
Running same script uninterrupted
Hi ,
We need to run a simple script continously for 24 hours. We have the script created but not sure howi need to configure it to run continously after a min break for a long duration.
Please let me know if its possible
We need to run a simple script continously for 24 hours. We have the script created but not sure howi need to configure it to run continously after a min break for a long duration.
Please let me know if its possible
- Use FOR or WHILE statement for running the script several times and aqUtils.Delay to perform a minute break between the iterations