Interface Task


  • @ScannerSide
    @Deprecated
    public interface Task
    Deprecated.
    since 7.6
    Implement this interface to provide the behavior of a task.
    Since:
    3.6
    • Method Detail

      • execute

        void execute()
        Deprecated.