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

Method macroRunning

ij/src/main/java/ij/IJ.java:500–502  ·  view source on GitHub ↗

Returns true if the run(), open() or newImage() method is executing.

()

Source from the content-addressed store, hash-verified

498
499 /** Returns true if the run(), open() or newImage() method is executing. */
500 public static boolean macroRunning() {
501 return macroRunning;
502 }
503
504 /** Returns true if a macro is running, or if the run(), open()
505 or newImage() method is executing. */

Callers 15

lockMethod · 0.95
showTimeMethod · 0.95
quitMethod · 0.95
runMethod · 0.95
setupMethod · 0.95
undoMethod · 0.95
swapImagesMethod · 0.95
convertImagesToStackMethod · 0.95
runMethod · 0.95
closeAllMethod · 0.95
mergeStacksMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected