Implement Continue on Error
To configure the Continue on Error functionality in RTE Scripts:
-
To continue running the script on error, insert the following function:
-
To restore the default behavior of failing the script on error, insert the following function:
TE_setvar(TE_IGNORE_ERRORS, 1)
TE_setvar(TE_IGNORE_ERRORS, 0)