Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I detect that process does not respond
Message
De
04/09/2004 06:06:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Can I detect that process does not respond
Divers
Thread ID:
00939425
Message ID:
00939425
Vues:
49
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
Répondre
Fil
Voir

Click here to load this message in the networking platform