Process.suspend

void suspend() @trusted

Suspends the process (SIGSTOP on Unix).

Throws

AccessDenied if insufficient permissions.

NoSuchProcess if the process no longer exists.