Class ApplyMatchTask

java.lang.Object
ghidra.util.task.Task
ghidra.feature.vt.gui.task.VtTask
ghidra.feature.vt.gui.task.ApplyMatchTask
All Implemented Interfaces:
ghidra.util.task.MonitoredRunnable

public class ApplyMatchTask extends VtTask
  • Field Details

  • Constructor Details

  • Method Details

    • shouldSuspendSessionEvents

      protected boolean shouldSuspendSessionEvents()
      Description copied from class: VtTask
      Determine if session events should be suspended during task execution. This can improve performance during task execution at the expense of bulk table updates at task completion. Method return false by default. If not constructed with a session this method is not used.
      Overrides:
      shouldSuspendSessionEvents in class VtTask
      Returns:
      true if events should be suspended
    • doWork

      protected boolean doWork(ghidra.util.task.TaskMonitor monitor) throws Exception
      Specified by:
      doWork in class VtTask
      Throws:
      Exception