MCPcopy Create free account
hub / github.com/Kitware/CMake / SetStopTimeout

Method SetStopTimeout

Source/CTest/cmProcess.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 1

ForkProcessMethod · 0.80

Calls

no outgoing calls

Tested by 1

ForkProcessMethod · 0.64