Timing statements

Timing statements control the stopwatch and return elapsed time values.

Statement Description
Delay Pauses script playback for a number of milliseconds before continuing.
GetStopwatchElapsedMilliseconds
Returns the elapsed stopwatch time in milliseconds.
GetStopwatchElapsedTime
Returns the elapsed stopwatch time in HH:MM:SS:mm format.
ResetStopwatch Resets the elapsed stopwatch time to zero.
StartStopwatch Starts or restarts the stopwatch to measure elapsed time.
StopStopwatch Stops the stopwatch without resetting it.