Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Win32::Process handling

by boo_radley (Parson)
on Jun 24, 2002 at 21:47 UTC ( [id://176956]=note: print w/replies, xml ) Need Help??


in reply to Win32::Process handling

let's say we have a process, $process :
if ($process->Wait (60*1000)){ # execution of the process is successfully. $process->Kill(0); } else { # process has hung up for some reason handle_process_problem (); notify_sysop(); $process->Kill(255) }
you might also look for a particular dialog box's title, and take appropriate action, using Win32::Setupsup and its GetWindowTitles method.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://176956]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found