STOP_TIMER

Stops a timer defined in the model. It will be stopped immediately.

Usage

STOP_TIMER(timerName)

Parameters

timerName

String

The name of the timer to stop.

Returns

Action

Examples

STOP_TIMER(‘MyTimer’)

If a timer named ‘MyTimer’ exists, it stops its execution now. If the timer had not been started, nothing happens.

Remarks

Note that in the Development Tool, timers are not active and are tested indivually in the Test tab.