MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / kill

Method kill

core/core_bind.cpp:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461Error OS::kill(int p_pid) {
462 return ::OS::get_singleton()->kill(p_pid);
463}
464
465bool OS::is_process_running(int p_pid) const {
466 return ::OS::get_singleton()->is_process_running(p_pid);

Callers 9

_kill_blenderMethod · 0.45
start_game_processMethod · 0.45
stop_game_processMethod · 0.45
mainFunction · 0.45
embed_processMethod · 0.45
~EmbeddedProcessMethod · 0.45
stop_child_processMethod · 0.45
stopMethod · 0.45
purge_cache.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected