Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I detect that process does not respond
Message
From
04/09/2004 06:06:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Can I detect that process does not respond
Miscellaneous
Thread ID:
00939425
Message ID:
00939425
Views:
47
Hello.
I have external exe running in my application. There is queue of process in system. Can I detect that process does not respond?
On C# as always its 2 string of code...

Process myProcess;
myProcess = Process.Start("myexternalapp.exe");
if(myProcess.Responding) {...

Is there way to do it with VisualFoxpro...
But maybe I am wrong... I need to check is process hang.. maybe its not same..

Thanks
Denis
Reply
Map
View

Click here to load this message in the networking platform