pub fn build_kill_command( force: bool, pids: impl Iterator<Item = i64>, signal: Option<u32>, ) -> Command
Create a std::process::Command for the current target platform, for killing the processes with the given PIDs
std::process::Command