Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isRunning
Method · 0.95
pause
Method · 0.95
resume
Method · 0.95
redraw
Method · 0.80
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected