Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInitialState (0.24 sec)

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

         */
        public void prepareForScheduling() {
            ExecutionState initialState = getInitialState();
            if (initialState != null) {
                state = initialState;
            }
        }
    
        @Nullable
        protected Node.ExecutionState getInitialState() {
            return null;
        }
    
        /**
         * Called when the graph containing this node is about to start execution.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 24 13:30:48 UTC 2023
    - 22.7K bytes
    - Viewed (0)
Back to top