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

Method doResume

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

Source from the content-addressed store, hash-verified

210 protected abstract void doPause();
211
212 protected abstract void doResume();
213
214 @InvokableAction(name = "Pause", description = "Stops the computer, allowing reconfiguration of core elements", alternatives = "freeze;halt", defaultKeyMapping = {"meta+pause", "alt+pause"})
215 final public boolean pause() {

Callers 1

resumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected