A
STOP condition raised within a remote procedure does not necessarily terminate procedure execution, and it never causes the server session to restart (as in an ABL client session). You can use the
ON STOP phrase within the remote procedure to intercept any
STOP condition raised during execution and handle it as your application requires. Otherwise, the
STOP condition propagates to the client application. For information on unhandled
STOP conditions, see
Effects of unhandled conditions.