Wait Until node
Pause the execution of the logic until a specified condition is met.
읽는 시간 1분최근 업데이트: 5일 전
Use the Wait Until node to pause your logic until a condition is true. It holds the flow and only continues when the true/false check becomes true. This node is useful if you want to wait until something is ready, like to detect when an object becomes visible or a value reaches a target.
Sockets
Socket | Type | Description |
|---|---|---|
| Condition | | The true/false check to wait for. The node pauses until this becomes true, then continues to the next connected action. |