STARTTIMER

Starts a timer that executes a widget action at regular intervals.

Syntax

STARTTIMER(timerName; widget; interval)

  • timerName - the name of the timer which should be started - Value type: text

  • widget - the widget on which an "On click" action is executed after interval - Value type: widget reference

  • interval - the time difference in minutes between two executed actions - Value type: number

Remarks

  • timerName can contain letters (a-Z) and numbers (0-9), with a length between 1-255.

  • interval must be a number >= 1.

  • If a timer with the specified timerName already exists on the same app, the old timer is stopped before the new timer is started.

Last updated