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

9
LINES

< > BotCompany Repo | #1036418 // pollWaitUntil - synonym of waitUntil

JavaX fragment (include)

svoid pollWaitUntil(int interval, IF0<Bool> condition) {
  waitUntil(interval, condition);
}



sbool pollWaitUntil(int interval, double timeout, IF0<Bool> condition) {
  ret waitUntil(interval, timeout, condition);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036418
Snippet name: pollWaitUntil - synonym of waitUntil
Eternal ID of this version: #1036418/1
Text MD5: 261f797e59dea11f124f0f0d59e77d5d
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-11 17:38:55
Source code size: 219 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 54 / 62
Referenced in: [show references]