TC.vuserStatusMessage

Indicates which Vuser is handling a specific script.

Note: Support for this API in JavaScript code will be deprecated in TruClient. Instead use the Evaluate C step available in the TruClient Steps box.

TC.vuserStatusMessage(text);

Arguments

text. (string) Any text string.

Return value

(void) undefined

Example

Copy code
 TC.vuserStatusMessage("FlightStatus");