Class 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 Detail

      • CompoundTask

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