MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / IsCancelled

Method IsCancelled

backgroundtask.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25bool BackgroundTask::IsCancelled() const
26{
27 return BNIsBackgroundTaskCancelled(m_object);
28}
29
30
31bool BackgroundTask::IsFinished() const

Callers 7

loadImagesWithAddrMethod · 0.80
loadImagesWithAddrMethod · 0.80
ProcessRTTIMethod · 0.80
ProcessVFTMethod · 0.80
ProcessRTTIMethod · 0.80
ProcessVFTMethod · 0.80
InspireProgressCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected