Skip to main content

terminate_process

Function terminate_process 

Source
pub fn terminate_process(pid: u32)
Expand description

Send a termination signal to a process by PID. Unix: sends SIGTERM. Windows: calls TerminateProcess.