MCPcopy Create free account
hub / github.com/benkuper/Chataigne / launchChildProcess

Method launchChildProcess

Source/Module/modules/system/os/OSModule.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void OSModule::launchChildProcess(const String& command)
225{
226 commandsToRun.add(command);
227 startThread();
228}
229
230String OSModule::launchChildProcessBlocking(const String& command)
231{

Callers 1

Calls 1

addMethod · 0.45

Tested by

no test coverage detected