Jump to content

Pause/Resume Script based on Calculation


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

Recommended Posts

I have a script  that requires a pause for radio button input.  The pause is currently set for 2.5 seconds.

Is it possible to script this such that the pause stops (and the script continues to run) upon field modification?

Edited by Jarvis
Link to comment
Share on other sites

You can't unpause with a script step. When you pause a script, the script engine pauses and does not process any further commands. You can't even use the OnTimer script as that is paused too. The only way (that I know) to unpause is via a button. 

You'd have to create a loop, pause for .5 seconds, then check field modifications and exit the loop if any happened.

Link to comment
Share on other sites

This topic is 1765 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.