close()
Ask the subprocess to stop by calling the terminate()
method if the subprocess hasn’t returned yet, and close transports of all pipes (stdin, stdout and stderr).
close()
Ask the subprocess to stop by calling the terminate()
method if the subprocess hasn’t returned yet, and close transports of all pipes (stdin, stdout and stderr).
Please login to continue.