Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ pauseThread
Method
pauseThread
core/src/processing/javafx/PSurfaceFX.java:713–715 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
711
712
713
public
void
pauseThread() {
714
animation.pause();
715
}
716
717
718
public
void
resumeThread() {
Callers
nothing calls this directly
Calls
1
pause
Method · 0.80
Tested by
no test coverage detected