Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ cancel
Method
cancel
rust/src/background_task.rs:62–64 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
60
}
61
62
pub fn cancel(&self) {
63
unsafe { BNCancelBackgroundTask(self.handle) }
64
}
65
66
pub fn is_finished(&self) -> bool {
67
unsafe { BNIsBackgroundTaskFinished(self.handle) }
Callers
4
test_background_task_cancellable
Function · 0.45
loadImagesWithAddr
Method · 0.45
populateSymbols
Method · 0.45
addHashField
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_background_task_cancellable
Function · 0.36