pub fn run_loop() -> Result<(), RunStatus>
Checks whether the application should continue running.
Returns Ok(()) if the app should keep running, or Err(status) with the reason if cFS has commanded the app to stop.
Ok(())
Err(status)