Timer start command

Begins measuring time via a timer identified by the timerId parameter until the Timer stop command is used. The initPolicy parameter is useful when using the command within a loop, where the timer can be reset or continued with each iteration.

Parameters

Name Type Possible values Description

Timer ID*

String

TimerA | TimerB | TimerC

A unique timer identifier. Enter an identifier or use one of the listed identifiers.

Timer initialization

String

Reset | No reset

The timer initialization, where:

  • Reset resets the timer to zero (default)

  • No reset continues the timer from the existing value

Comment

String

 

Adds a comment to the script.

On-fail Result*

Condition

Ignore | Break | Continue | Abort | Catch

The behavior when the command fails.

* Mandatory parameter