Skip to content

SysProcWait

SysProcWait

Description

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

Parameters

Name Direction Description
proc in Child process handle to wait for.

Success

Return

Failure

Abort with log message.

Usage example (Cross-references)

Usage examples (Cross-references)
    }
    
    void SysProcWait(SysProc *proc) {
        if (!proc) {
            LOG_FATAL("Invalid argument");
Last updated on