Page 1 of 1

Keyword: CONTINUE - Step-over

Posted: Fri Jun 11, 2021 7:06 am
by YiMeng
Description
  • 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.