public interface ContinuableExecutable extends Queue.Executable
ContinuedTask: an executable which is expected to be replaced by another task before the logical work finishes.| Modifier and Type | Method and Description |
|---|---|
boolean |
willContinue()
Determines whether a continuation of this executable is currently expected.
|
getEstimatedDuration, getParent, run, toStringboolean willContinue()
Copyright © 2016–2018. All rights reserved.