Queue to run macros synchronously

bobbleheadhobo

New member
Here is the queue system that I made and have used to run many macros synchronously. It should be able to handle unbounded number of macros and is very easy to add in. Many other solutions to this don't work great and are difficult to scale but this one is super easy. All you do is add the "queue" action block to the start and the "queue end" action block at the end and add in the macro name as input variables for both. That's it! If you want you can also set up alerts for errors and logging by configuring the file paths inside the action blocks.

P.S. If you are using this queue system on a remote device like in am. I also have macros to remotely monitor the queue. If anyone would like them let me know.
 

Attachments

  • Screenshot_20240325_122858_MacroDroid.jpg
    Screenshot_20240325_122858_MacroDroid.jpg
    326.9 KB · Views: 14
  • Screenshot_20240325_122907_MacroDroid.jpg
    Screenshot_20240325_122907_MacroDroid.jpg
    235 KB · Views: 12
  • Queue.ablock
    31.6 KB · Views: 1
  • Queue_end.ablock
    11.4 KB · Views: 0
Top