juan_gandhi: (VP)
Juan-Carlos Gandhi ([personal profile] juan_gandhi) wrote2014-03-27 11:33 am
Entry tags:

naming

  def killItselfAgainstTheWall() {
    if (isBrowserRunning) Thread.sleep(10000)
    if (isBrowserRunning) {
      error("The application ran faster than the browser and shut down already, while the browser is still running.\n.")
      System.exit(0)
    }
  }