Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setMotherboard
Method · 0.45
Calls
2
getRunningProperty
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected