Skip to main content

run_loop

Function run_loop 

Source
pub fn run_loop() -> Result<(), RunStatus>
Expand description

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.