pub fn kill_process_group_by_pid_with_signal(
pid: u32,
signal: KillSignal,
) -> Result<()>Expand description
Kill the process group for the given PID with a specific signal.
pub fn kill_process_group_by_pid_with_signal(
pid: u32,
signal: KillSignal,
) -> Result<()>Kill the process group for the given PID with a specific signal.