====== Abort Conditionally ====== ===== Description ===== {{:submodels:submodel16.png?nolink|Submodel}} Aborts the execution conditionally and prints a message before terminating the model. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Should abort | [[boolean_value|Boolean Value]] | If true, aborts the model execution. | | Error message | [[string_type|String Type]] | Message displayed before aborting the model. | ===== Optional Inputs ===== Functor doesn’t have any optional input ports. ===== Outputs ===== Functor doesn’t have any output ports. ===== Group ===== [[Submodel List#Control|Control]] ===== Notes ===== None. ===== Internal Name ===== AbortConditionally