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

6
LINES

< > BotCompany Repo | #1025315 // dm_unblockAutomation

JavaX fragment (include)

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

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: 159 / 166
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1025316 - dm_hasAutomationInterference