static void sendTestResult(boolean success) { startBot("Test Result Collector Bot", "#1001321"); sendToLocalBot("Test Result Collector Bot", format3("New entry. success: *. date: *, program: *, computer: *", success, now(), getProgramID(), computerID())); try { updateMyCommentOnSnippet(programID(), (success ? "Success" : "Failure") + " on " + getComputerID()); } catch (Exception e) { print(e); } }