END TIMER Command

Description:

This command switches off the named stopwatch timer and writes an `end timer' record to the statistics log, even if the timer is already switched off.

A stopwatch timer is switched on by the START TIMER command.

Format:

 END TIMER name

Parameter:

name

The timer name. The timer must be declared in a TIMER statement in the Definitions section of the Script.

Example:

 END TIMER Transaction

See also:

Statistical Data Logging Commands