SubprocessTransport.kill

Kill the subprocess.

On POSIX systems, the function sends SIGKILL to the subprocess. On Windows, this method is an alias for $(D_PSYMBOL terminate()).

interface SubprocessTransport
void
kill
()

Meta