Jump to content

pause/resume loop


This topic is 8144 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The usual technique is:

code:


Loop

# Execute the scheduled operations as a sub-script

Perform Script [MyScheduledScript]

Pause [00:05:00]

Exit Loop If ["Some exit criterion goes here"]

End Loop


The Exit Loop step gives you a way to bail out if necessary. For example, you can have it check the status of a checkbox field.

Link to comment
Share on other sites

This topic is 8144 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.