MCPcopy 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

loadImagesWithAddrMethod · 0.45
populateSymbolsMethod · 0.45
addHashFieldMethod · 0.45

Calls

no outgoing calls

Tested by 1