How to show in console number of suites still waiting to be run

Hi!
I have around 300 suites.
How to see in console amount of suites waiting to be run?
I am running cases with pabot.
For example I want to see in console something like 200 suites executed, 10 in process, 90 is not run?

Hello @Vitaly,
Pabot doesn’t show real-time suite progress by default, but you can enable it using the --verbose flag. For more detailed tracking, use --pabotlib and implement a custom listener to log suite states. Alternatively, this forum thread discusses community workarounds for tracking suite execution status dynamically. Hope that helps streamline your runs!.

Best Regards,
Amy Cross