Manually trigger the status bar (on top)

Hey,

I am building a one page app, and when I refresh the data of the current view, I would like to trigger the native loading status bar that show on top of the page.

Is there a way to trigger that loading bar manually in workflows?

I would like to trigger it before I call my api to refresh the data, and when the request is done, I would remove the loading bar.

Thanks!