Delay
(AI Studio Core)
Synopsis
Delays process execution.Description
This operator delays the process execution by a fixed or random amount of time.
Input
through (IOObject)
Delegates the data to the through output port without changing anything.
Output
through (IOObject)
Receives the data from the through input port without any modification.
Parameters
- delaySpecifies whether execution should not be delayed, delayed by a fixed or random amount of time.
- delay amountThe delay amount in ms.
- min delay amountThe minimum delay amount in ms.
- max delay amountThe maximum delay amount in ms.