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

Method isRunning

ij/src/main/java/ij/ImageJ.java:921–923  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

919
920 // Is there another instance of ImageJ? If so, send it the arguments and quit.
921 static boolean isRunning(String args[]) {
922 return OtherInstance.sendArguments(args);
923 }
924
925 /** Returns the port that ImageJ checks on startup to see if another instance is running.
926 * @see ij.OtherInstance

Callers 1

main0Method · 0.95

Calls 1

sendArgumentsMethod · 0.95

Tested by

no test coverage detected