Whether the Flow Controller has already been initialized (loaded flow XML)
| 104 | |
| 105 | // Whether the Flow Controller has already been initialized (loaded flow XML) |
| 106 | virtual bool isInitialized() { |
| 107 | return initialized_.load(); |
| 108 | } |
| 109 | // Start to run the Flow Controller which internally start the root process group and all its children |
| 110 | int16_t start() override; |
| 111 | int16_t pause() override { |
no test coverage detected