| 463 | } |
| 464 | |
| 465 | bool OS::is_process_running(int p_pid) const { |
| 466 | return ::OS::get_singleton()->is_process_running(p_pid); |
| 467 | } |
| 468 | |
| 469 | int OS::get_process_exit_code(int p_pid) const { |
| 470 | return ::OS::get_singleton()->get_process_exit_code(p_pid); |
no outgoing calls
no test coverage detected