TruClient - Web Vuser asynchronous functions

The following Vuser functions are available:

FunctionDescription
TCA.addNetworkFilterAdds a filter for URL requests.
TCA.advanceParamAdvances the specified parameter to the next value in the file.
TCA.clearNetworkFiltersRemoves all URL request filters.
TCA.crossTransactionEndEnds a transaction in a Vuser script that has been started in another Vuser script.
TCA.crossTransactionStartBegins a transaction in a Vuser script that will be ended in another Vuser script.
TCA.endTransactionEnds a transaction.
TCA.evalCRuns a specific function in C language.
TCA.getParamReturns the value of the specified parameter.
TCA.getUserIPReturns the IP address when IP spoofing is enabled, and the script is running in load mode in Controller.
TCA.logLogs a message as a line in the interactive/load log.
TCA.outputMessageLogs a Standard log level message in the interactive/load log message, and a notification in the Controller Output window.
TCA.restoreLogLevelRestores the log level to the initial setting.
TCA.setLogLevelEnables you to change the log level during script replay.
TCA.setParamSaves a string to a parameter, creating a temporary parameter value in the memory.
TCA.setTransactionStatusSets the default end status of open transactions.
TCA.setTransactionStatusByNameSets the default end status of a single open transaction by the transaction name.
TCA.startLogRequestsStarts logging of URL requests.
TCA.startTransactionStarts a transaction.
TCA.stopLogRequestsStops logging URL requests.
TCA.transactionDurationReturns the duration of a specific transaction.
TCA.unmaskReturns the text after unmasking.
TCA.userDataPointRecords a user-defined data point for analysis.
TCA.vuserStatusMessageIndicates which Vuser is handling a specific script.