static bool startProgramUnlessRunning(S progID) { if (isProgramRunning(progID)) false; nohupJavax(progID); true; }