Skip to main content

Delay

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

Inputs

SignalDescription
StartStarts the timer. Does nothing if the timer is already running.
RestartStarts the timer. Restarts the timer if the timer is already running.
StopStops the timer if it's running. Does nothing otherwise.
DataDescription
DurationThe duration of the timer in milliseconds.
Start DelayThe delay before the timer starts after the Start input is triggered. Specified in milliseconds.

Outputs

SignalDescription
StartedSignal emitted when the timer starts.
FinishedSignal emitted when the timer is finished.