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

Method SetTimeout

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

Source from the content-addressed store, hash-verified

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();
44 // Return true if the process starts

Callers 1

ForkProcessMethod · 0.80

Calls

no outgoing calls

Tested by 1

ForkProcessMethod · 0.64