Kill and cleanup the process.
Kill the process.
Access to stdin and stdout.
Access stderr.
Non-blocking wait for the process termination. Returns: true if the process has terminated.
Blocking wait for the process to terminated. Returns: the exit status.
Async process that do not block on read from stdin/stderr.