MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getExitStatus

Function getExitStatus

Libraries/Process/Process.h:243–243  ·  view source on GitHub ↗

@brief gets the return code from the exited child process (valid only after exec or waitForExitSync)

Source from the content-addressed store, hash-verified

241 }
242
243 /// @brief gets the return code from the exited child process (valid only after exec or waitForExitSync)
244 int32_t getExitStatus() const { return exitStatus.status; }
245
246 /// @brief Sets the starting working directory of the process that will be launched / executed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected