Function build_kill_command

Source
pub fn build_kill_command(
    force: bool,
    pids: impl Iterator<Item = i64>,
    signal: Option<u32>,
) -> Command
Expand description

Create a std::process::Command for the current target platform, for killing the processes with the given PIDs