The StatefulSelector composite ticks each child node in order, and remembers what child it prevously tried to tick. If a child succeeds or runs, the stateful selector 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 fails, only then does the stateful selector fail.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected