ETIMER

This function (available since iWay Enable version 1.1) serves as a timer tool used to time executions within a process flow. This function is recommended only for debugging purposes.

_ETIMER (timerEventName,command)

Parameter

Type

Required/
Optional

Description

timerEventName

String

Required

Specifies the name of the timing event.

command

String

Optional

Specifies one of the following commands:

  • reset - Clears the timer.
  • split - Current time minus the last call to _ETIMER(myTimeEvent) in milliseconds.
  • splits - Current time minus the last call to _ETIMER(myTimeEvent) in seconds.
  • elapsed - Current time minus the fist call to _ETIMER(myTimeEvent) in milliseconds.
  • elapseds - Current time minus the fist call to _ETIMER(myTimeEvent) in seconds.


iWay Software