Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Method Process.TraceProcess()->wait()


Method wait

int wait()

Description

Waits for the process to stop.

Returns
(0..)

The exit code of the process.

-1

The process was killed by a signal.

-2

The process has stopped.


See also

create_process::wait()