summaryrefslogtreecommitdiff
path: root/sources/core/VSTaskManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSTaskManager.java')
-rw-r--r--sources/core/VSTaskManager.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/core/VSTaskManager.java b/sources/core/VSTaskManager.java
index 8572cec..08cb767 100644
--- a/sources/core/VSTaskManager.java
+++ b/sources/core/VSTaskManager.java
@@ -257,6 +257,16 @@ public class VSTaskManager {
}
/**
+ * Removes several tasks
+ *
+ * @param tasks the tasks to remove
+ */
+ public void removeAllTasks(ArrayList<VSTask> tasks) {
+ for (VSTask task : tasks)
+ removeTask(task);
+ }
+
+ /**
* Removes the tasks of the specified process.
*
* @param process the process to remove the tasks of