SubprocessTransport.terminate

Ask the subprocess to stop. This method is an alias for the close() method.

On POSIX systems, this method sends SIGTERM to the subprocess. On Windows, the Windows API function TerminateProcess() is called to stop the subprocess.

interface SubprocessTransport
void
terminate
()

Meta