OpenWGA 7.2 - TMLScript reference

Console
Method :

timeEnd(timerName)

On object Console
Usage Stops a timer created by time() and logs the elapsed time
Description

Use this method after the operation whose time of running should be determined.

It puts out a log message: <timerName> endtime <milliseconds> ms

Parameters

timerName (String):

Name of the timer to stop. Use the same timer name you used on the corresponding time() call

Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events