200201202203204205206207208209210
return; } else if (currentAppFilePath_ != null && isBusy_) { // There's another app running. Interrupt it and then start this one. interrupt_.interruptR(new InterruptHandler() { @Override public void onInterruptFinished() { launchShinyAppDir(dir); }