Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
bool BackgroundTask::IsCancelled() const
26
{
27
return BNIsBackgroundTaskCancelled(m_object);
28
}
29
30
31
bool BackgroundTask::IsFinished() const
Callers
7
loadImagesWithAddr
Method · 0.80
loadImagesWithAddr
Method · 0.80
ProcessRTTI
Method · 0.80
ProcessVFT
Method · 0.80
ProcessRTTI
Method · 0.80
ProcessVFT
Method · 0.80
InspireProgressCallback
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected