MCPcopy Index your code
hub / github.com/benfry/processing4 / clearRunning

Method clearRunning

app/src/processing/app/SingleInstance.java:60–63  ·  view source on GitHub ↗

Disable briefly for Processing to restart itself.

()

Source from the content-addressed store, hash-verified

58 * Disable briefly for Processing to restart itself.
59 */
60 static public void clearRunning() {
61 Preferences.unset(SERVER_PORT);
62 Preferences.save();
63 }
64
65
66 static void startServer(final Base base) {

Callers 1

handleRestartMethod · 0.95

Calls 2

unsetMethod · 0.95
saveMethod · 0.95

Tested by

no test coverage detected