Forum Discussion

Deeksha_goyal's avatar
Deeksha_goyal
Contributor
11 years ago

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
  • Use FOR or WHILE statement for running the script several times and aqUtils.Delay to perform a minute break between the iterations
  • karkadil's avatar
    karkadil
    Valued Contributor
    Use FOR or WHILE statement for running the script several times and aqUtils.Delay to perform a minute break between the iterations