Skip to main content

force_kill_process

Function force_kill_process 

Source
pub fn force_kill_process(pid: u32)
Expand description

Send an uncatchable kill signal to a process by PID after the graceful terminate window has elapsed. Unix: SIGKILL. Windows: a second TerminateProcess call (idempotent — Windows kills are already uncatchable).