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

Method Cancel

CobaltFusion/Executor.cpp:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void ScheduledCall::Cancel()
97{
98 if (!pExec)
99 return;
100
101 pExec->Cancel(*this);
102 pExec = nullptr;
103}
104
105unsigned ScheduledCall::GetId() const
106{

Callers 4

~ScopedScheduledCallMethod · 0.45
Executor.cppFile · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
TestGuiExecutorImplFunction · 0.45

Calls 1

RemoveMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
TestGuiExecutorImplFunction · 0.36