Extracted from Pike v7.8 release 866 at 2016-11-06.
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.

-2

The process is stopped.


See also

TraceProcess()->wait()