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.