The RE has a progress waiting_hook API that allows for clients to display progress in a given run/scan.
A new waiting_hook compatible class should be added that the worker can optionally use to serialize these updates and stream them alongside the status and info streams to clients. Clients can then display progress bars and the like, just like the CLI progress bar manager.
The RE has a progress
waiting_hookAPI that allows for clients to display progress in a given run/scan.A new
waiting_hookcompatible class should be added that the worker can optionally use to serialize these updates and stream them alongside the status and info streams to clients. Clients can then display progress bars and the like, just like the CLI progress bar manager.