MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Abort

Method Abort

DebugView++Lib/ProcessReader.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ProcessReader::Abort()
32{
33 AddMessage(m_process.GetProcessId(), Str(m_process.GetName()).str(), "<process terminated>");
34 PolledLogSource::Abort();
35}
36
37bool ProcessReader::AtEnd() const
38{

Callers

nothing calls this directly

Calls 4

StrClass · 0.85
GetProcessIdMethod · 0.80
strMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected