Interface TaskTermination
public interface TaskTermination
-
Method Summary
-
Method Details
-
isTerminated
boolean isTerminated()- Returns:
trueif the task that is being executed by the current Thread has been terminated,falseotherwise.
-
true if the task that is being executed by the current Thread has been terminated,
false otherwise.