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

6
LINES

< > BotCompany Repo | #1025315 // dm_unblockAutomation

JavaX fragment (include)

1  
svoid dm_unblockAutomation() {
2  
  print("Unblocking automation.");
3  
  O mover = vmBus_query mouseMover();
4  
  if (mover == null) ret with print("No mover");
5  
  callWithImportExport(mover, 'unblock);
6  
}

Author comment

Began life as a copy of #1025312

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025315
Snippet name: dm_unblockAutomation
Eternal ID of this version: #1025315/1
Text MD5: 636564b515ccd85de288e39495d8e8bc
Author: stefan
Category: javax / visual bots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-21 22:08:44
Source code size: 200 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 167 / 173
Referenced in: [show references]