terminate()
Stop the child. On Posix OSs the method sends signal.SIGTERM
to the child. On Windows the Win32 API function TerminateProcess()
is called to stop the child.
terminate()
Stop the child. On Posix OSs the method sends signal.SIGTERM
to the child. On Windows the Win32 API function TerminateProcess()
is called to stop the child.
Please login to continue.