how can i manually trigger the MicroFlow Progress bar?

0
for a design framework I would like to test the progressbar of the default microflow settings.   a nanoflow has the ability to wait. but doesn't have the ability to trigger a progressbar in the button settings. any other easy way to trigger the progressbar for a set amount of seconds?
asked
1 answers
1

found the answer (credits go to Hazim Khasawneh)

 

in the browsers console type:

var x = mx.ui.showProgress()

answered