You're reading the documentation for a development version. For the latest released version, please have a look at master.

Halt Node

Synopsis

Node used to halt flowchart execution.

Description

Halts flowchart execution until the node input ‘Halt’ expression evaluates to False.

../../_images/halt_node.png

In this example of a Halt Node in use, we see that it would halt execution until the linked Mod Finder V2 Node has executed successfully.

Input

Halt:

An expression which must evaluate to a boolean. When true the execution of the flowchart is halted at this node.

Output

Halt:

The boolean value of the input Halt expression.