SysProcGetExitCode
- Function
- October 8, 2025
Table of Contents
SysProcGetExitCode
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)
- In
Proc.c:550
:
}
i32 SysProcGetExitCode(SysProc *proc) {
if (!proc) {
LOG_FATAL("Invalid argument");