ProtoFlux:UpdatesOrTimeDelay

From Resonite Wiki
Updates or Time Delay
*
Next
Updates
OnTriggered
Duration
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.

Examples: Float, Double, Int, TimeSpan.

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