Class CompoundTask

java.lang.Object
ghidra.util.task.Task
ghidra.util.task.CompoundTask
All Implemented Interfaces:
MonitoredRunnable

public class CompoundTask extends Task
Combines multiple Tasks into a single task. All tasks should have the same cancel, progress, and modality.
  • Constructor Details

    • CompoundTask

      public CompoundTask(Task[] tasks, String title)
      Create a CompoundTask from an array of tasks.
      Parameters:
      tasks - the array of tasks.
      title - the title for this task.
  • Method Details