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

Method testAbort

ij/src/main/java/ij/IJ.java:494–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492 }
493
494 private static void testAbort() {
495 if (Macro.abort)
496 abort();
497 }
498
499 /** Returns true if the run(), open() or newImage() method is executing. */
500 public static boolean macroRunning() {

Callers 1

runMethod · 0.95

Calls 1

abortMethod · 0.95

Tested by

no test coverage detected