TimerTrigger
Description
A TimerTrigger block provides a Trigger at a specified interval.
Attributes
- Enabled [boolean]: whether the timer is enabled and will fire. Default: false.
- Interval [integer]: The amount of seconds between two triggers. Default: 0.
- Name [string]: The name of the block.
- TriggerFired [event]: Raised when the trigger fires.
Output connectors
- Trigger: a trigger output that fires at the given interval.
