vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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.

Authors
Copyright
License