Function eos_rs::api::sys::halt_process_disp
source · pub unsafe fn halt_process_disp(status_code: i32)
Expand description
Maybe halts the process display?
This function prints the debug string “halt process disp %d” with the status code.
Safety
This function manipulates low-level global state.