MCPcopy 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

updateTickHandlerMethod · 0.95
whileSuspendedMethod · 0.95
whilePausedMethod · 0.95
suspendMethod · 0.95
resumeMethod · 0.95
detachMethod · 0.95
bootWatchdogMethod · 0.45
resetIdleMethod · 0.45
vblankStartMethod · 0.45
__doTickIsRunningMethod · 0.45
resumeMethod · 0.45
processACIASendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected