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