MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / abort

Method abort

ij/src/main/java/ij/macro/Interpreter.java:2127–2131  ·  view source on GitHub ↗

Aborts currently running macro.

()

Source from the content-addressed store, hash-verified

2125
2126 /** Aborts currently running macro. */
2127 public static void abort() {
2128 //IJ.log("abort: "+(instance!=null?""+instance.hashCode():"null"));
2129 if (instance!=null)
2130 instance.abortMacro();
2131 }
2132
2133 /** Aborts the macro that was running when this one started. */
2134 static void abortPrevious() {

Callers 5

abortPluginOrMacroMethod · 0.95
runMacroMethod · 0.95
runMacroMethod · 0.95
actionPerformedMethod · 0.95
runMethod · 0.95

Calls 3

finishUpMethod · 0.95
errorMethod · 0.95
abortMacroMethod · 0.80

Tested by

no test coverage detected