Product Site

8.69. SysWait (Unix-like systems only)

Waits for all child processes to end.

Returns:

The exit code from the child process.

Example:

SysFork (Unix-like systems only) has an example that uses wait().