in C# I start a cmd process which starts other processes. I can kill the process and all child processes using
Proc.Kill(true);
But it's like to know how to pause and resume all the child processes to a process?
in C# I start a cmd process which starts other processes. I can kill the process and all child processes using
Proc.Kill(true);
But it's like to know how to pause and resume all the child processes to a process?