@brief gets the return code from the exited child process (valid only after exec or waitForExitSync)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected