Method AddProcess
AddProcess(Process)
Add the process to be tracked. If our current process is killed, the child processes that we are tracking will be automatically killed, too. If the child process terminates first, that's fine, too.
public static void AddProcess(Process process)
Parameters
process
Process