Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ isRunning
Method
isRunning
src/main/java/jace/core/Device.java:160–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
public
boolean isRunning() {
161
return
run;
162
}
163
164
public
final
boolean isPaused() {
165
return
paused;
Callers
15
updateTickHandler
Method · 0.95
whileSuspended
Method · 0.95
whilePaused
Method · 0.95
suspend
Method · 0.95
resume
Method · 0.95
detach
Method · 0.95
bootWatchdog
Method · 0.45
resetIdle
Method · 0.45
vblankStart
Method · 0.45
__doTickIsRunning
Method · 0.45
resume
Method · 0.45
processACIASend
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected