STOP TIMER keyword

Stops a timer. It can be started again using START TIMER.

Syntax

STOP TIMER variable

Parameters

  • variable: variable name of timer (required)

Example

STOP TIMER myTimer

Go back to list of Keywords.