lr.rendezvous

Creates a rendezvous point in the Vuser script.

ExampleRuntime Functions

Syntax

lr.rendezvous( rendezvousName );

Arguments

ArgumentComments
rendezvousNameThe name of the rendezvous.

The lr.rendezvous function creates a rendezvous point in a Vuser script. When this statement is executed, the Vuser program stops and waits for permission to continue.

This function can only be used in an action section, and not in vuser_init or vuser_end.

The difference between lr.rendezvous and lr.rendezvousEx is that lr.rendezvous always returns zero.

Return Values

Not applicable

Parameterization

You cannot use standard parameterization for any arguments in this function.

Example

lr.rendezvous("Meeting");