mallikai Posted January 6, 2002 Posted January 6, 2002 is there any way to loop a script to run every 5 minutes or so...automatically... i can't seem to get the right scripting thanks
BobWeaver Posted January 6, 2002 Posted January 6, 2002 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.
Recommended Posts
This topic is 8362 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 accountSign in
Already have an account? Sign in here.
Sign In Now