Function PMAPP_PrepareForReboot

Source
pub unsafe extern "C" fn PMAPP_PrepareForReboot(
    timeout: s64,
) -> Result
Expand description

Terminate most processes, to prepare for a reboot or a shutdown.

ยงArguments

  • timeout - Time limit in ns for process termination, after which the remaining processes are killed.