Tagged Questions
0
votes
2answers
694 views
Monitoring a sub-process / can I get TotalProcessorTime for a Process group?
Is there a way to get the Process.TotalProcessorTime that reflects a process PLUS any processes that it has spawned?
Alternatively, how can I verify that the process (or it's descendants) are still ...