MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / shutdown

Method shutdown

src/main/java/exitcode/Desktop.java:229–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227 }
228
229 public static void shutdown() {
230 Apps.preLogoutkill(); // Kills all open apps
231 Logger.messageCustom("SYSTEM", "Shutdown");
232 SystemsScreen.load();
233 }
234
235 public static void logout() {
236 Apps.preLogoutkill(); // Kills all open apps

Callers 2

setDefaultStartMenuMethod · 0.95
runMethod · 0.95

Calls 3

preLogoutkillMethod · 0.95
messageCustomMethod · 0.95
loadMethod · 0.95

Tested by

no test coverage detected