Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Process
Process.create_process

Method Process.create_process()->wait()


Method wait

int wait()

Description

Waits for the process to end.

Returns
0..

The exit code of the process.

-1

The process was killed by a signal.


See also

TraceProcess()->wait()