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

10
LINES

< > BotCompany Repo | #1001750 // startBotSeparateVM

JavaX fragment (include)

static void startBotSeparateVM(S botName, S scriptID) ctex {
  DialogIO bot = findBot(botName);
  if (bot != null)
    bot.close();
  else {
    print("Bot " + quote(botName) + " not found. Starting separately: " + scriptID);
    nohupJavax(scriptID);
    waitForBotStartUp(botName);
  }
}

Author comment

Began life as a copy of #1001365

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: #1001750
Snippet name: startBotSeparateVM
Eternal ID of this version: #1001750/2
Text MD5: 5280bb7dc3f48d8830ef70c5d23e777b
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-13 22:42:33
Source code size: 298 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 550 / 2175
Version history: 1 change(s)
Referenced in: [show references]