0

I'm currently trying to write an application that will need to pause a separate application at some point in time (writing it in C#), and later resume it.

I initially attempted to do this by suspending the threads individually as demonstrated in this answer Suspend Process in C# , but from what I understand this is a dangerous way to perform this action.

I basically want to perform the resmon.exe equivalent of "suspend/resume" programmatically. My question is two fold (1) Is there a selenium equivalent for desktop applications that I could use to run resmon? (2) If not, is there another way to safely pause processes programmatically (doesn't have to be C#). Thanks!

Example

36m_901gs
  • 25
  • 8

0 Answers0