Comment 9 for bug 277082

Revision history for this message
Alexander Belchenko (bialix) wrote :

Is there any important reason why we cannot use support for killing process via Qt method? According to documentation:

QProcess.kill (self)

This method is also a Qt slot with the C++ signature void kill().

Kills the current process, causing it to exit immediately.

On Windows, kill() uses TerminateProcess, and on Unix and Mac OS X, the SIGKILL signal is sent to the process.