Error Continuation Options

On error, scripts use one of these options for continuation:

C Constants
JavaScript Constants Value (for protocols where constants no defined0
LR_ON_ERROR_NO_
OPTIONS
lr.ON_ERROR_NO_
OPTIONS
0
LR_ON_ERROR_
CONTINUE
lr.ON_ERROR_
CONTINUE
1
LR_ON_ERROR_SKIP_
TO_NEXT_ACTION
lr.ON_ERROR_SKIP_
TO_NEXT_ACTION
2
LR_ON_ERROR_
SKIP_TO_NEXT_
ITERATION
lr.ON_ERROR_
SKIP_TO_NEXT_
ITERATION
3
LR_ON_ERROR_END_VUSER
lr.ON_ERROR_END_VUSER
4

Back to top