| 157 | } |
| 158 | |
| 159 | unsigned Process::GetThreadId() const |
| 160 | { |
| 161 | return m_threadId; |
| 162 | } |
| 163 | |
| 164 | bool Process::IsRunning() const // todo: check advantages of this against bool win32::IsProcessRunning(HANDLE handle); |
| 165 | { |
nothing calls this directly
no outgoing calls
no test coverage detected