cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Magnus
Level 6

How to set progressbar value in the SetupProgress dialog

I've added some custom actions that runs after "Publish Components" in the Execute sequence. But I don't know to set correct value in the progressbar in the Setup Progress dialog. Now it shows 100% when my custom action run. How can I modify the progressbar value.

 

 

ca progress.png

Labels (1)
0 Kudos
(1) Reply
kiritoxf
Level 3

you could try following codes, i think they will work.

SetStatusWindow(30, "");

 

0 Kudos