Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requestForcefulStop (0.13 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/api/DaemonStateControl.java

         *
         * <p>The daemon will stop accepting new work, so that subsequent calls to {@link #runCommand} will failing with {@link DaemonUnavailableException}.
         */
        void requestForcefulStop(String reason);
    
        /**
         * Returns the current state of the daemon
         *
         * @return The current state of the daemon
         */
        State getState();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 05 22:24:02 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top