Prev
Open Object Rexx
Next
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()
.
Prev
8.78. SysVolumeLabel (Windows only)
Up
Home
Next
8.80. SysWaitEventSem