Hi Roger,
What do you mean with PASOE shuts down? It crashes? Do you have procore or a protrace?
Which OE version are you using?
You could trap the exceptions and throw an error instead. But I wonder if it makes any difference if the PASOE crashes.
DO ON ERROR UNDO, THROW
ON STOP UNDO, RETURN ERROR NEW MyOwnException
("A stop condition has been raised while initializing the scheduler")
ON QUIT UNDO, RETURN ERROR NEW MyOwnException
("A quit condition has been raised while initializing the scheduler"):
END.