Disable briefly for Processing to restart itself.
()
| 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) { |
no test coverage detected