lr.vuser_status_message
Sends a message to the Vuser status area.
JavaScript
function lr.vuser_status_message( message )
VBScript
Function lr.vuser_status_message( message )
Example: lr.vuser_status_message | Message Functions |
Arguments
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.
Return Values
On success, returns the length of the message that was sent. On failure, returns a negative number.
Parameterization
Standard parameterization is not available for this function.