June 25, 20196 yr 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, 20196 yr by Jarvis
June 25, 20196 yr 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.
Create an account or sign in to comment