Method Process.create_process()->wait()
- Method wait
 intwait()- Description
 Waits for the process to end.
- Returns
 (0..)The exit code of the process.
-1The process was killed by a signal.
-2The process is stopped.
- See also
 
int wait()
Waits for the process to end.
 | The exit code of the process.  | 
 | The process was killed by a signal.  | 
 | The process is stopped.  |