Process.resume

void resume() @trusted

Resumes a suspended process (SIGCONT on Unix).

Throws

AccessDenied if insufficient permissions.

NoSuchProcess if the process no longer exists.