Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Timer connector methods

Learn about the Timer connector methods and event.

Start method

The Start method enables you to set a time in milliseconds.

  • Input

    Interval

Parameter namePort typeData typeDescriptionMandatory?
IntervalData InIntegerTimer interval in milliseconds.Yes

Stop method

Stops the timer.

OnTimeTick event

The event starts when the Start method starts.

Parameter namePort typeData typeDescriptionMandatory?
SignalTimeData OutIntegerThe system date and time when the trigger starts operating.Yes
ElapsedTimeData OutIntegerTotal time in the timer elapsed.Yes

Parent Topic:Timer