Forum Discussion

Deeksha_goyal's avatar
Deeksha_goyal
Contributor
10 years ago
Solved

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