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

Method getRunningProperty

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

Source from the content-addressed store, hash-verified

83 }
84
85 public BooleanProperty getRunningProperty() {
86 return runningProperty;
87 }
88
89 final public boolean isRunning() {
90 return getRunningProperty().get();

Callers 5

isRunningMethod · 0.95
pauseMethod · 0.95
resumeMethod · 0.95
redrawMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected