1 | static void startBotSeparateVM(S botName, S scriptID) ctex { |
2 | DialogIO bot = findBot(botName); |
3 | if (bot != null) |
4 | bot.close(); |
5 | else { |
6 | print("Bot " + quote(botName) + " not found. Starting separately: " + scriptID); |
7 | nohupJavax(scriptID); |
8 | waitForBotStartUp(botName); |
9 | } |
10 | } |
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: | 634 / 2264 |
Version history: | 1 change(s) |
Referenced in: | [show references] |