I am looking for different ways to pause and resume programmatically a particular process via its process ID under Windows.
Process suspend/resume tool does it with SuspendThread / ResumeThread but warns about multi-threaded programs and deadlock problems.
Or Detect Threads of any process ID.
I need method deadlocks or uses another method?
Prefered languages : C#