How to check the status of a windows 8 app whether it runnin

Jul 23 2014 2:03 AM

Hi,

 

I want to the status of a windows 8 app from task manager whether it is running or suspended through c# code. When I use System.Diagnostics.Process class to get processes, it is not differentiating a suspended and running app. Both states having same properties. Is there any way to differentiate suspended and running states?

 

Thanks,

Kondala Rao Ravva.