Sequence
Runs the child nodes from highest to lowest priority (top to bottom). Returns Success if all child nodes return Success, while returning Failure if any of the child nodes return Failure.
Success: When all children finish in Success.
Failure: When any child returns Failure.
Running: When the current child is Running.
Attributes
Attributes | Type | Description |
|---|---|---|
lockAgent | bool | If on, it ensures no data on the agent is written simultaneously by nodes that have this option active. |