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

4
LINES

< > BotCompany Repo | #1009605 // sendWithWaitForBot - wait for bot to come up, then send to it

JavaX fragment (include)

static S sendWithWaitForBot(S bot, S text, O... args) {
  waitForBotStartUp(bot);
  ret send(bot, text, args);
}

Author comment

Began life as a copy of #1003880

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: #1009605
Snippet name: sendWithWaitForBot - wait for bot to come up, then send to it
Eternal ID of this version: #1009605/1
Text MD5: 069cb6b6753c004fc9e8af032423fd25
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-11 16:02:43
Source code size: 115 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 360 / 396
Referenced in: [show references]