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).
Kill the subprocess.
Send the signal number to the subprocess, as in $(D_PSYMBOL std.process.kill).
Ask the subprocess to stop. This method is an alias for the close() method.
Get optional transport information.
Close the transport.