binaryninja.plugin.BackgroundTaskThread

class binaryninja.plugin.BackgroundTaskThread(initial_progress_text='', can_cancel=False)[source]
__init__(initial_progress_text='', can_cancel=False)[source]

Methods

__init__([initial_progress_text, can_cancel])
cancel()
finish()
join()
run()
start()

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)