[Mono-dev] Process.Responding giving wrong value

Robert Jordan robertj at gmx.net
Sun Jan 16 12:33:20 EST 2011


On 16.01.2011 16:28, Chanaka Munasinghe wrote:
> I am using Mono 2.6.7 on Ubuntu 10.10. I want to periodically check whether
> a process is running normally or not.
> For that I try to use
>
> Process p = Process my_process = Process.GetCurrentProcess();
>
> and in a Timer checking p.Responding
>
> However strangely p.Responding is always return false.
> For example see following code&  Outputs

Process.Responding is not implemented.

Robert



More information about the Mono-devel-list mailing list