Skip to main content

While

When a condition is entered, an iterative activity that operates depending on the state of the condition is initiated. The loop continues as long as the entered condition produces a True result.

Input

  • Condition: The condition that produces the necessary True result for the loop to continue.
    • Type: System.Boolean