Process.tryWait

Non-blocking wait for the process termination.

interface Process
@safe
bool
tryWait
()

Return Value

Type: bool

true if the process has terminated.

Meta