Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1014650 // startProgramUnlessRunning - checks all VMs on this machine, but only for main programs

JavaX fragment (include)

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

Author comment

Began life as a copy of #1010665

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014650
Snippet name: startProgramUnlessRunning - checks all VMs on this machine, but only for main programs
Eternal ID of this version: #1014650/4
Text MD5: 073e46fd11f9f2344984b993f7f92aa3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-27 17:10:28
Source code size: 124 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 234 / 266
Version history: 3 change(s)
Referenced in: [show references]