MCPcopy Index your code
hub / github.com/processing/processing / pause

Method pause

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

Sketch has been paused. Called when switching tabs in a browser or swapping to a different application on Android. Also called just before quitting. Use to safely disable things like serial, sound, or sensors.

()

Source from the content-addressed store, hash-verified

1378 * quitting. Use to safely disable things like serial, sound, or sensors.
1379 */
1380 public void pause() { }
1381
1382
1383 /**

Callers 3

stopMethod · 0.95
pauseThreadMethod · 0.80
pauseThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected