====== If Then ====== ===== Description ===== This container executes contained functors conditionally. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Condition | [[Boolean Value Type]] | Condition defining if the contained functors should be used executed or not. The content is executed if the condition is ''true''. | ===== Optional Inputs ===== None. ===== Outputs ===== None. ===== Group ===== [[Functor List#Control | Control]] ===== Notes ===== None. ===== Internal Name ===== IfThen