public interface Executable
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getFailureReason()
This method returns the exception that has caused the task to terminate incorrectly.
|
boolean |
isCorrectlyTerminated()
This method returns true if the task is correctly terminated or false otherwise.
|
boolean isCorrectlyTerminated()
java.lang.Exception getFailureReason()