Function Process.forceKill
Terminate the process immediately.
void forceKill() @safe;
On Linux this sends SIGKILL to the process.
Terminate the process immediately.
void forceKill() @safe;
On Linux this sends SIGKILL to the process.