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

6
LINES

< > BotCompany Repo | #1019876 // dm_currentAction - notify system of an ongoing action, allow user to cancel

JavaX fragment (include)

// You can call setText(S) on the result object at any time
static AutoCloseable dm_currentAction(S text, Runnable cancelMe) {
  ret (AutoCloseable) dm_callModule(
    dm_makeOrShowModule("#1019874/CurrentAction"),
    'showAction, text, cancelMe);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019876
Snippet name: dm_currentAction - notify system of an ongoing action, allow user to cancel
Eternal ID of this version: #1019876/3
Text MD5: f63e1c37b07dda79c6a71e822bbc1d81
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-10 13:01:47
Source code size: 255 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 233 / 268
Version history: 2 change(s)
Referenced in: [show references]