MCPcopy Create free account
hub / github.com/badvision/jace / isRunning

Method isRunning

src/main/java/jace/core/Computer.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 final public boolean isRunning() {
90 return getRunningProperty().get();
91 }
92
93 public void notifyVBLStateChanged(boolean state) {
94 for (Optional<Card> c : getMemory().cards) {

Callers 1

setMotherboardMethod · 0.45

Calls 2

getRunningPropertyMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected