Process

Members

Functions

destroy
void destroy()

Kill and cleanup the process.

kill
void kill()

Kill the process.

osHandle
RawPid osHandle()
pipe
Channel pipe()

Access to stdin and stdout.

status
int status()
stderr
ReadChannel stderr()

Access stderr.

terminated
bool terminated()
tryWait
bool tryWait()

Non-blocking wait for the process termination.

wait
int wait()

Blocking wait for the process to terminated.

Meta