How to check if process is idle? C#

Posted by Sandeep Bansal on Stack Overflow See other posts from Stack Overflow or by Sandeep Bansal
Published on 2010-05-06T22:13:42Z Indexed on 2010/05/06 22:18 UTC
Read the original article Hit count: 165

Filed under:
|

As the title says.

I am looking for a way to check if a process is idle, there is the obvious running and not running but how to determine if it's not doing anything?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about process