Product SiteDocumentation Site

8.79. SysWait (Unix only)


>>-SysWait()---------------------------------------------------><

Waits for all child processes to end.
Returns:
The exit code from the child process.
Example:
SysFork() (Section 8.28, “SysFork (Unix only)”) has an example that uses wait().