lr.abort

Aborts the execution of a script.

C#

void lr.abort( );

VB.NET

Sub lr.abort( )
Example: lr.abortRuntime Functions

The lr.abort function aborts the execution of a script . It stops the execution of the Actions section, executes the vuser_end section, and ends the execution. This function is useful when you need to manually abort a run as a result of a specific error condition. When you end a run using this function, the status is "Stopped."

This function is not recorded—you insert it manually into your script.

Return Values

No value returned.

Parameterization

Parameterization is not applicable to this function.