fn is_running(state: Arc<AppState>) -> bool
Check if the node is in the Running state.
Returns true only when HoprState::Running. Returns false for all other states (Uninitialized, Initializing, Indexing, Starting).
true
HoprState::Running
false