()
| 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() { |