| 38 | void SetCommandArguments(std::vector<std::string> const& arg); |
| 39 | void SetWorkingDirectory(std::string const& dir); |
| 40 | void SetStopTimeout(cmDuration t) { this->StopTimeout = t; } |
| 41 | void SetTimeout(cmDuration t) { this->Timeout = t; } |
| 42 | void ChangeTimeout(cmDuration t); |
| 43 | void ResetStartTime(); |