Previous Topic: Pre-ExitsNext Topic: Operation


Priority of Pre-Exits

Pre-exits are called in order of the hierarchy and priority. If two program exits are referenced with the same priority, the order in which they are called is undefined. Priority guarantees only that higher priority exits are called before lower priority exits. The highest priority is “1” and the larger the number, the lower its priority.

More information:

Program Exit Hierarchy and Order