Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for abortAllAndFail (0.1 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/WorkSource.java

         */
        Selection<T> selectNext();
    
        void finishedExecuting(T item, @Nullable Throwable failure);
    
        void abortAllAndFail(Throwable t);
    
        void cancelExecution();
    
        /**
         * Has all execution completed?
         *
         * <p>When this method returns {@code true}, there is no further work to start and no work in progress.</p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Nov 13 20:53:27 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top