Print progress event

Hello!

Would it be possible to add an event for the progress which gets triggered whenever the progress gets updated?

As for now I am using the listPrinter or stateList (can't remember right now) command to poll the progress every few seconds. I think it would be beneficial to have an event that fires whenever the progress changes.

Thank you for giving it a thought!

Best regards.

Comments

  • Guess you mean server. Progress changes with every line, so that is not that useful. Or we would reduce it to every x seconds but that is the same as polling every seconds. It would mainly bloat communication. In our gui we actually poll state every few seconds and then update progress. There is also a variant that our monitor uses to hold state but that is complicated. But that one gets updated automatically very quickly. But we have no reference implementation so far for that method.
Sign In or Register to comment.