I have a timeout error but I don’t want the script to stop.
verifyText is what’s causing the error, but it’s intended.
I have a timeout error but I don’t want the script to stop.
verifyText is what’s causing the error, but it’s intended.
SOLVED
For future references, if you want to bypass an [error]
, you have to line of command right before the condition such as verifyText
with:
store | true | !ErrorIgnore
Hi, where I’ve to insert the command “store | true | !ErrorIgnore”, can you make an example? Thank you!