Jarvis Posted June 25, 2019 Posted June 25, 2019 (edited) 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 June 25, 2019 by Jarvis
OlgerDiekstra Posted June 25, 2019 Posted June 25, 2019 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.
Recommended Posts
This topic is 2320 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