public interface StrandedTaskReporting
Modifier and Type | Method and Description |
---|---|
java.util.List |
getStrandedTasks()
makes available any tasks that were unperformed when
this AsynchronousRunner was closed, either explicitly
using close() or close( true ), or implicitly because
some failure or corruption killed the Object (most likely
a Thread interruption.
|
java.util.List getStrandedTasks()