Table of Contents
mfutil.
kill_process_and_children
Kill recursively a complete tree of processes.
Given a pid, this method recursively kills the complete tree (children and children of each child…) of this process.
The SIGKILL signal is used.
pid (int) – process PID to kill.