Select Highest Order Decision Pseudo Code

For each decisions

  If the decision is still possible

    If the decision has the highest order

      Save the decision offset

    End if

  End if

Next decision

Select the decisions with the highest order

 Note: The decision order is determined by its position in the Routing Control Configuration tree.

After this decision executes, the logic script stops.

If all decisions have already been eliminated, the logic script will not terminate.

More information

Select Lowest Order Decision.

Select Highest Order Decision.