Timer
If we want to do something periodically, we can use Timer
node.
Add Node
Right-Click anywhere on canvas, select Event/Timer
Connect to Other Node
We can add a Print
node to see how timer works:
Try change Interval
and see the result.
Interval vs Timeout
Timer
node is used for periodically jobs, to do some job only once after a timeout, use Delay node.