How to determine size of semaphore queue?

Hi @peternlewis, is it possible to determine how many macros are queued up waiting behind a semaphore at all?

No.

You could use a variable yourself, though it would likely get out of sync if a macro was canceled or failed for whatever reason so you would want another way to reset the count back to 0.

That’s what I thought, so thanks.

Just trying to get a way to help @Byrein with his problematical set of macros.

Thank you for your help @tiffle

1 Like