# InvertResult

Invert the execution result of the node.

![InvertResult](./images/InvertResult.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Abort Flags
</td>
<td>
Abort Flags.<dl class="docutils">
<dt>Self</dt><dd>
            Abort self, and any sub-trees running under this node.
            </dd>
<dt>Lower Priority</dt><dd>
            Abort any nodes with lower priority than this node.
            </dd>
</dl>
</td>
</tr>
 </tbody>
</table>

