The StatefulSequence composite ticks each child node in order, and remembers what child it prevously tried to tick. If a child fails or runs, the stateful sequence returns the same status. In the next tick, it will try to run the next child or start from the beginning again. If all children succeeds, only then does the stateful sequence succeed.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected