m ProbablePrime moved page Delay With Data (ProtoFlux) to ProtoFlux:Delay With Data: Creating protoflux Namespace |
m fix types |
||
Line 4: | Line 4: | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{"Name": "*", "Type": " | {"Name": "*", "Type": "AsyncCall"}, | ||
{"Name": "Value", "Type": "Dummy"}, | {"Name": "Value", "Type": "Dummy"}, | ||
{"Name": "Duration", "Type": "Dummy"} | {"Name": "Duration", "Type": "Dummy"} | ||
Line 11: | Line 11: | ||
[ | [ | ||
{"Name": "Next", "Type":"Continuation"}, | {"Name": "Next", "Type":"Continuation"}, | ||
{"Name": "OnTriggered", "Type":" | {"Name": "OnTriggered", "Type":"SyncResumption"}, | ||
{"Name": "DelayedValue", "Type":"Dummy"} | {"Name": "DelayedValue", "Type":"Dummy"} | ||
] | ] | ||
Line 17: | Line 17: | ||
Accepted types for <code>Duration</code> are the same as for [[Delay (ProtoFlux) | Delay]]. | Accepted types for <code>Duration</code> are the same as for [[Delay (ProtoFlux) | Delay]]. | ||
{{Stub}} | |||
[[Category:ProtoFlux:Flow]] | [[Category:ProtoFlux:Flow]] |
Revision as of 19:47, 9 February 2024
Time Delay with Data
Flow
Accepted types for Duration
are the same as for Delay.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.