Extracted from Pike v7.4 release 97 at 2004-08-02.
[Top]
predef::
Process
Process.create_process
create()
kill()
pid()
set_priority()
status()
wait()
Process.create_process()->status()
Process.exec()
Method Process.create_process()->wait()
Method
wait
int
wait
(
)
Description
Waits for the process to end.
Returns
The exit code of the process.