Returns true if the run(), open() or newImage() method is executing.
()
| 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. */ |
no outgoing calls
no test coverage detected