Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ stopTimer
Method
stopTimer
app/src/processing/app/ui/EditorConsole.java:120–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
119
120
protected
void
stopTimer() {
121
if
(flushTimer != null) {
122
flush();
// clear anything that's there
123
flushTimer.stop();
124
flushTimer = null;
125
}
126
}
127
128
129
public
PrintStream getOut() {
Callers
1
setEditor
Method · 0.80
Calls
2
flush
Method · 0.95
stop
Method · 0.45
Tested by
no test coverage detected