Client Script: $Client.refresh({ triggerOnLoad: true }); not triggering onLoad Client Scripts

Client Script: $Client.refresh({ triggerOnLoad: true }); not triggering onLoad Client Scripts

Hey friends!

I'm trying to store a temporary var, refresh the page for the user, then check that temporary var and do some actions. Theoretically using the title's code: $Client.refresh({ triggerOnLoad: true }); should refresh the page and trigger on load page events. 

Any ideas why this wouldn't be working? My onload page events are not occurring after the refresh. 

Documentation on this here: