Not sure if this is a bug, but the progress indication (see below) is not working with a program ('usearch' from https://drive5.com/usearch/download.html), that takes several minutes but during the whole execution I receive no feedback.
It works with shell commands like "sleep 60".
%parameter_tags = (
print_progress_indicator => 1,
progress_indicator_char => q{#},
);