Conditional Level

Reference:        Legacy Script Results  

The conditional level of the Legacy Script Results is identified by several different icons.  They include If, Else, End_If, While, End_While, Break, and Wait_For_Completion.  These are:

                    IF command and condition

                    Else command that processes the condition’s inverse

                    END_IF command that terminates the condition

                    While command and condition.

                    End_While command that terminates the loop.

                    Break command that exits the loop.

                    Wait_For_completion command.

If you still have scripts using the old Sync_Point command, each one will appear as an item at this level.  The text of the If and While commands include the condition being tested.  The Else, End_If, and End_While commands include this same text so you can easily match the information.  Double-clicking a conditional opens the Server Level that led up to the conditional statement.