Function Process.waitOrForceKill
Wait for the process to exit until a timeout is reached. If the process doesn't exit before the timeout, force kill it.
int waitOrForceKill
(
core .time .Duration timeout
) @safe;
Returns
The process exit code.