Non-blocking snapshot of the current phase.
(&self)
| 136 | |
| 137 | /// Non-blocking snapshot of the current phase. |
| 138 | pub fn current_phase(&self) -> StartupPhase { |
| 139 | self.rx.borrow().phase |
| 140 | } |
| 141 | |
| 142 | /// Non-blocking check for failure. Returns the stored error if the |
| 143 | /// sequencer has entered `Failed`, or `None` if startup is still |