From f5ff6f5dd53dd4f812bffebbed8484655bcbc48c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 10 Mar 2025 15:27:53 -0400 Subject: Add support for recoverable analysis abort. --- python/binaryview.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index 81a0e5e7..753f589d 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -4931,9 +4931,8 @@ class BinaryView: def abort_analysis(self) -> None: """ - ``abort_analysis`` will abort the currently running analysis. - - .. warning:: This method should be considered non-recoverable and generally only used when shutdown is imminent after stopping. + ``abort_analysis`` aborts analysis and suspends the workflow machine. This operation is recoverable, and the workflow machine + can be re-enabled via the ``enable`` API on WorkflowMachine. :rtype: None """ -- cgit v1.3.1