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

Method resume

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

Source from the content-addressed store, hash-verified

220 }
221
222 @InvokableAction(name = "Resume", description = "Resumes the computer if it was previously paused", alternatives = "unpause;unfreeze;resume;play", defaultKeyMapping = {"meta+shift+pause", "alt+shift+pause"})
223 final public void resume() {
224 doResume();
225 getRunningProperty().set(true);
226 }
227
228 @Override
229 public void reconfigure() {

Callers

nothing calls this directly

Calls 3

doResumeMethod · 0.95
getRunningPropertyMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected