Interface Abortable

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Aborts the execution of the task.
  • Method Details

    • abort

      void abort()
      Aborts the execution of the task. Multiple calls to abort or calling abort an already aborted task should return without error.