Skip to main content

While

Overview


Loops while the specified condition is true.

Input

While

NameRequiredDescription
ConditionIf Condition is True, then the while loop continues.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.