MCPcopy Create free account
hub / github.com/benfry/processing4 / exitActual

Method exitActual

core/src/processing/core/PApplet.java:3396–3398  ·  view source on GitHub ↗

Some subclasses (I'm looking at you, processing.py) might wish to do something other than actually terminate the JVM. This gives them a chance to do whatever they have in mind when cleaning up.

()

Source from the content-addressed store, hash-verified

3394 * they have in mind when cleaning up.
3395 */
3396 public void exitActual() {
3397 System.exit(0);
3398 }
3399
3400
3401 /**

Callers 3

exitMethod · 0.95
displayMethod · 0.80
runMethod · 0.80

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected