pui.onshutdown (Genie)
The pui.onshutdown event, if defined, fires when a Genie session is being ended.
Example:
pui.onshutdown = function(param) {
Ā
if (param.exception == "CPF87D7")
// Cannot select device, do something.
else if (param.exception == "PUI0034")
// Macro processing error, do something else.
Ā
}
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!