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

Method finish

rust/src/background_task.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68 }
69
70 pub fn finish(&self) {
71 unsafe { BNFinishBackgroundTask(self.handle) }
72 }
73
74 pub fn progress_text(&self) -> BnString {
75 unsafe { BnString::from_raw(BNGetBackgroundTaskProgressText(self.handle)) }

Callers 15

fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls