TC.outputMessage

Logs a Standard log level message as a line in the interactive/load log, and shows the message in the Controller Output window as a notification.

See also: TC.log

TC.outputMessage(text);

Arguments

text. (string) The notification message.

Return value

(void) undefined

Example

Copy code
TC.outputMessage("My output message");