Returns the return code of the child process, valid after it has exited.
Synopsis
Declared in <util/subprocess.h>
int
retcode() const noexcept;
Return Value
The child's exit status code.
Created with MrDocs
Returns the return code of the child process, valid after it has exited.
Declared in <util/subprocess.h>
int
retcode() const noexcept;
The child's exit status code.
Created with MrDocs