MCPcopy Create free account
hub / github.com/BaseXdb/basex / stop

Method stop

basex-core/src/main/java/org/basex/gui/GUI.java:517–523  ·  view source on GitHub ↗

Stops the current command.

()

Source from the content-addressed store, hash-verified

515 * Stops the current command.
516 */
517 public void stop() {
518 if(command != null) command.stop();
519 cursor(CURSORARROW, true);
520 input.setCursor(CURSORTEXT);
521 stop.setEnabled(false);
522 command = null;
523 }
524
525 /**
526 * Checks if a command with the specified ID is still running.

Callers 5

executeMethod · 0.95
invokeAnyMethod · 0.45
executeMethod · 0.45
GUIMethod · 0.45
closeMethod · 0.45

Calls 2

cursorMethod · 0.95
setEnabledMethod · 0.45

Tested by

no test coverage detected