Updates or Time Delay
Async
Updates or Time Delay is a ProtoFlux node that will send an impulse out of Next (Continuation) after a delay. It will use Updates (int) updates or Duration (Pseudo-generic) time, whichever comes first. It will start the delay after * (Async Call) is impulsed.
Inputs
* (Async Call)
Call to start the delay.
Updates (int)
How many updates to delay for.
Duration (Pseudo-generic)
How long to delay for as a time.
If a value other than a TimeSpan is provided, this value will delay it in seconds.
Outputs
Next (Continuation)
Fires after Updates (int) updates or Duration (Pseudo-generic) time has passed after an impulse has been sent to * (Async Call).
OnTriggered (Async Call)
fires immediately after * (Async Call) is called.
Examples
-
Updates Or Time Delay being used in a code to reset a value for a visual after a button being pressed and x time passing.