|
| static int | startProcess (const std::string &command, std::string &error, bool fBlock=false) |
| | Start a command in its own process. More...
|
| |
◆ startProcess()
| static int wex::free::startProcess |
( |
const std::string & |
command, |
|
|
std::string & |
error, |
|
|
bool |
fBlock = false |
|
) |
| |
|
inlinestatic |
Start a command in its own process.
- Parameters
-
| [in] | command | line, same as would be used from a command window running in working directory |
| [out] | error | details, if any |
| [in] | fBlock | true if wait for process to finish, default: false |
- Returns
- 0 if no errors
The documentation for this struct was generated from the following file: