SFC Calling Perspective Popup

I wanted to open a ignition perspective popup stating SFC call successful, once an SFC is completed running. How can this be achieved?

Have a look at system.util.sendMessage and see if this will do the job for you.
It can only open a Perspective popup if the browser has a tab with the relevant page open.
If the browser is on a different tab the popup will (I think) not be visible until you switch to that tab.