So I have recently found myself writing macros to execute on "Master Only" as a way to run a macro that would take me into blind, without interrupting my displays on my console. In an ideal world I would be able to use Background Mode, however this often only can do some of the tasks I want. For example, a toggle made of two macros as such:
Macro 1
A placeholder, the macro I actually trigger
Macro 10
- Turn X On
- Open Macro Preview
- Delete Macro 1
- Copy Macro 11 to 1
Macro 11
- Turn X Off
- Open Macro Preview
- Delete Macro 1
- Copy Macro 10 to 1
When run in background mode, it does turn X on or Off, but then freezes and can't complete the rest. When set to "Master Only" or any Online User, it executes as expected and completes correctly.
So my idea is to have another target option or mode, that emulates the macro actually running as an active user, without actually doing anything to any displays. This way you can work around the instances where Background mode isn't quite enough.