sys_process->wait
Waits for child process exit.
Target
Signature
1sys_process->wait()Waits for child process exit.
sys_process->wait is called with member syntax on a receiver value. sys_process->wait interacts with logs or child processes. Quote external arguments carefully and keep process output handling explicit.
Examples
Basic call
1#p->waitThe example keeps process or logging behavior explicit so failures are visible.