Sends a message to the Vuser status area.
void lr.vuser_status_message( string message );
Sub lr.vuser_status_message( ByVal message As String )
Example: lr.vuser_status_message | Message Functions |
Name | Comments |
---|---|
message | The 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.
Standard parameterization is not available for this function.