Interface Task


public interface Task
Tasks are executed in the future and can be running more than once. A task execution can be canceled.
Since:
1.47
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • cancel

      void cancel()