The docs here state that if I have a command line job and it outputs text that matches the format “Progress: xx%” then this should update the UI.
I have done this, and even checked my output against the regex used .*Progress: (\d+)%.* to show that it correctly captures the digits in the text, but the UI never updates with this value.