lr.vuser_status_message

Sends a message to the Vuser status area.

C#

void lr.vuser_status_message( string message );

VB.NET

Sub lr.vuser_status_message( ByVal message As String )
Example: lr.vuser_status_messageMessage Functions

Arguments

NameComments
messageThe message to send to the output window.

The lr.vuser_status_message function sends a string to the Status area of the Controller. It also sends the string to the Vuser log. When run from VuGen, the message is sent to output.txt.

Return Values

No value returned.

Parameterization

Standard parameterization is not available for this function.