Set interval
The Set interval function allows you to create iterations controlled by time, in this way when the specified time ends, the functions assigned by the logic will be executed

Time (seconds):You must enter a numerical value that will indicate in how many seconds the function will be executed again, executing like this you see again the functions that it has in its callback.
Step by Step :

On done: It is executed once the time indicated in the entry var "Time (seconds)" has elapsed.
OutVars
Null
On register: It is executed only once after starting the function and returns an id to use it in the "Stop set interval" function and stop it.
OutVars
Null
Last updated
Was this helpful?