Description
Describe the project you are working on
Program updater with a loading bar.
Describe the problem or limitation you are having in your project
I can't show the progress in the TaskBar.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add a OS methode (Like OS.request_attention()) with a percent value.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
OS.taskbar_value = PERCENT (Like $ProgressBar.value = 60
)
If this enhancement will not be used often, can it be worked around with a few lines of script?
No.
Is there a reason why this should be core and not an add-on in the asset library?
It is an addition to the OS..request_attention() methode.