Keyword: CONTINUE - Step-over
Posted: Fri Jun 11, 2021 7:06 am
Description
Parameters
Example
- When reached, steps-over the current processing command.
Parameters
- NONE
Example
- LOOP COND %x% = %y% ? CONTINUE && delay 5
- Check every 5 seconds and only continue on the script when variable x is equal to y.