Returns true if the user has clicked on "OK" or a macro is running.
()
| 1274 | |
| 1275 | /** Returns true if the user has clicked on "OK" or a macro is running. */ |
| 1276 | public boolean wasOKed() { |
| 1277 | return wasOKed || macro; |
| 1278 | } |
| 1279 | |
| 1280 | /** Returns the contents of the next numeric field, |
| 1281 | or NaN if the field does not contain a number. */ |
no outgoing calls
no test coverage detected