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

Method setBatchMode

ij/src/main/java/ij/gui/ProgressBar.java:161–163  ·  view source on GitHub ↗
(boolean batchMode)

Source from the content-addressed store, hash-verified

159 }
160
161 public void setBatchMode(boolean batchMode) {
162 this.batchMode = batchMode;
163 }
164
165}

Callers 3

showProgressMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected