Class TimerTrigger

Class Hierarchy

Use the TimerTrigger to execute actions at the time interval that you set with the IntervalProperty.

Occurs when timer interval is elapsed

Inherits properties and message types from TimerTriggerMetadata.

Synopsis

Methods
create()

Creates a timer trigger

TimerTrigger.TimerTrigger:create(name)

Creates a timer trigger.

Parameters
name (string)

The name of the trigger.

Return Values
(TimerTrigger)

Shared pointer to the created timer trigger instance.