How to pause Widget progress bar

Hi,

Currently using progress bar in widget to display a period of time.
Now I wanted to click a button that enable to stop the time, and click the 2nd time to resume the time.
Any help?

Thanks

You are updating the progress bar during Tick, most likely. Or you created a binding, same thing. Use a Branch with a boolean. Control it with a button.