public final class TaskUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
onFinished(List<? extends javafx.concurrent.Task<?>> pTasks,
Runnable pRunnable)
Runs the specified runnable when all of the specified tasks are cancelled or finished
(successfully or not).
|
Copyright © 2023. All rights reserved.