Interface TaskTermination


public interface TaskTermination
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isTerminated

      boolean isTerminated()
      Returns:
      true if the task that is being executed by the current Thread has been terminated, false otherwise.