MCPcopy Create free account
hub / github.com/crownengine/crown / spawned

Method spawned

src/core/process.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193bool Process::spawned()
194{
195#if CROWN_PLATFORM_WINDOWS
196 return _priv->process.hProcess != 0;
197#else
198 return _priv->pid != -1;
199#endif
200}
201
202void Process::force_exit()
203{

Callers 1

wait_shaderc_processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected