R-Vision / winexe

Wrapper around the winexe and psexec
MIT License
9 stars 10 forks source link

terminate winexe child process execution after specified timeout #2

Closed Alex777UAE closed 8 years ago

Alex777UAE commented 8 years ago

We stop winexe sub-process with native nodejs process.kill(pid, 'SIGKILL') in 'not so rare' cases when it hangs and never finish its execution.