Files
noodl-docs/nodes/utilities/delay
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00
..

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Delay node

{/##head##/}

Delay

This node lets you delay signals by the specified amount of milliseconds.

{/##head##/}

Inputs

Signal Description
Start Starts the timer. Does nothing if the timer is already running.
Restart Starts the timer. Restarts the timer if the timer is already running.
Stop Stops the timer if it's running. Does nothing otherwise.
Data Description
Duration The duration of the timer in milliseconds.
Start Delay The delay before the timer starts after the Start input is triggered. Specified in milliseconds.

Outputs

Signal Description
Started Signal emitted when the timer starts.
Finished Signal emitted when the timer is finished.