Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_background_task_registered
Function · 0.36
test_background_task_cancellable
Function · 0.36
test_background_task_progress
Function · 0.36