I have a Suitelet that parses a CSV file and then passes the object to a Map/Reduce script to create payments. I would like to display the M/R summary results on the Suitelet after everything is processed. That said, what is the best way to pass the M/R summary object back to the suitelet after completion? Is it possible to pause the Suitelet while the M/R is processing, and then continue after it gets the results back?