Gripper.WebClient
Gripper.WebClient.Runtime.ChildProcessTracker
ChildProcessTracker.AddProcess(Process) Method
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 void AddProcess(System.Diagnostics.Process process);
Parameters
process
System.Diagnostics.Process
Implements AddProcess(Process)