Function Process.kill
Kill the process.
void kill() @safe;
void kill
(
int signal
) @safe;
By default on Linux this sends SIGTERM to the process.
Parameters
Name | Description |
---|---|
signal | Optional parameter for the signal to send to the process. |