| 18 | bool ReactiveSequence::throw_if_multiple_running = false; |
| 19 | |
| 20 | void ReactiveSequence::EnableException(bool enable) |
| 21 | { |
| 22 | ReactiveSequence::throw_if_multiple_running = enable; |
| 23 | } |
| 24 | |
| 25 | NodeStatus ReactiveSequence::tick() |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected