Uses of Class
com.mrivanplays.process.ProcessesCompletion
-
Uses of ProcessesCompletion in com.mrivanplays.process
Methods in com.mrivanplays.process that return ProcessesCompletionMethods in com.mrivanplays.process with parameters of type ProcessesCompletionModifier and TypeMethodDescriptionstatic void
ProcessesCompletion.whenAllDone
(boolean async, Consumer<Set<ProcessException>> callback, ProcessesCompletion... completions) Runs the specifiedcallback
when all the specifiedcompletions
complete.