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

Method wait

ij/src/main/java/ij/IJ.java:987–990  ·  view source on GitHub ↗

Delays 'msecs' milliseconds.

(int msecs)

Source from the content-addressed store, hash-verified

985
986 /**Delays 'msecs' milliseconds.*/
987 public static void wait(int msecs) {
988 try {Thread.sleep(msecs);}
989 catch (InterruptedException e) { }
990 }
991
992 /** Emits an audio beep. */
993 @AstroImageJ(reason = "Add option to disable beep", modified = true)

Callers 15

lockMethod · 0.95
waitForImageMethod · 0.95
showMethod · 0.95
waitTillActivatedMethod · 0.95
flattenMethod · 0.95
showStatusMethod · 0.95
showMessageMethod · 0.95
selectWindowMethod · 0.95
savePreferencesMethod · 0.95
getProcessorMethod · 0.95
ImageJMethod · 0.95
windowActivatedMethod · 0.95

Calls 1

sleepMethod · 0.80

Tested by

no test coverage detected