SysProcWait

Table of Contents

SysProcWait

Description

Block the parent process and wait for provided child process to finish execution.

Parameters

NameDirectionDescription
procinChild process handle to wait for.

Success

Return

Failure

Abort with log message.

Usage example (Cross-references)

    }
    
    void SysProcWait(SysProc *proc) {
    if (!proc) {
    LOG_FATAL("Invalid argument");

Share :