binaryninja.plugin.BackgroundTask¶
- 
class BackgroundTask(initial_progress_text='', can_cancel=False, handle=None)[source]¶
- 
__init__(initial_progress_text='', can_cancel=False, handle=None)[source]¶
- x.__init__(…) initializes x; see help(type(x)) for signature 
 - Methods - __init__([initial_progress_text, …])- x.__init__(…) initializes x; see help(type(x)) for signature - cancel()- finish()- Attributes - can_cancel- Whether the task can be cancelled (read-only) - cancelled- Whether the task has been cancelled - finished- Whether the task has finished - list- progress- Text description of the progress of the background task (displayed in status bar of the UI) 
-