SysProcGetExitCode

Table of Contents

SysProcGetExitCode

Description

Get exit code of given child process.

Success

Exit code of given child process.

Failure

Abort with a log message.

Usage example (Cross-references)

    }
    
    i32 SysProcGetExitCode(SysProc *proc) {
    if (!proc) {
    LOG_FATAL("Invalid argument");

Share :