Warudo
Not enough ratings
WaitUntilTrue Node
   
Award
Favorite
Favorited
Unfavorite
Type: Plugins
File Size
Posted
15.942 KB
21 Jul @ 12:29am
1 Change Note ( view )

Subscribe to download
WaitUntilTrue Node

Description
이 노드는 진입한 후, 조건이 참이 되거나 설정된 제한 시간이 만료될 때까지 대기합니다.
This node waits until a condition becomes true, or until the specified timeout expires after being entered.

예를 들어, 함수 내부에 딜레이나 전환이 완료되어야 하는 등과 같이 시간이 걸리는 작업이 포함된 경우, 이 함수의 실행이 완전히 끝날 때까지 기다렸다가 다음 단계로 넘어가도록 만들 수 있습니다.
For example, if a function includes a time-consuming task, such as needing to wait for a delay or a transition to complete, You can make the flow wait until this function has fully finished before proceeding to the next node.

가장 간단한 예시는 함수의 반환(return) 타입을 boolean으로 지정하는 것입니다. 이 노드의 설명 이미지 처럼 함수의 시작에서는 False를, 마지막에는 True를 반환하도록 정의한 뒤, 'Flow Function' 노드의 반환 값을 이 노드의 'Condition'에 연결하면 됩니다.
The simplest example is to set the function's return type to boolean. As shown in this node's description image, define the function to return False at the beginning and True at the very end, then connect the return value from the 'Flow Function' node to this node's 'Condition' input.






버그 리포팅 및 문의 주소 : [이루스] rumong3d@gmail.com