RESUME

RESUME

RESUME action


Function

Handling an error occurrence.

Declaration

RESUME

 

Description

If an error occurs, the script interpreter performs the jump to an action that follows the action, that caused the error. It is, in principle, the overlooking of an error (action that generates the error). If an error is not occurred, the script interpreter performs the jump to the first action in the script.


Related pages:

Script actions
Handling error states
ON ERROR action
RETRY action