Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hangShutdownForTesting (0.26 sec)

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

                hangShutdownForTesting();
                listenerBroadcast.onExpirationEvent(new DaemonExpirationResult(DaemonExpirationStatus.GRACEFUL_EXPIRE, EXPIRATION_REASON));
                execution.getConnection().completed(new Success(null));
            } else {
                execution.proceed();
            }
        }
    
        private void hangShutdownForTesting() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top