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

Method finished

python/plugin.py:1027–1029  ·  view source on GitHub ↗

Whether the task has finished

(self)

Source from the content-addressed store, hash-verified

1025
1026 @property
1027 def finished(self):
1028 """Whether the task has finished"""
1029 return core.BNIsBackgroundTaskFinished(self.handle)
1030
1031 @finished.setter
1032 def finished(self, value):

Callers

nothing calls this directly

Calls 1

finishMethod · 0.95

Tested by

no test coverage detected