Status Enumeration
The possible statuses of an event reported to the UFT Developer report.

C# Syntax

public enum Status : System.Enum 
Members
MemberDescription
FailedThe event related to the node or to one of its sub-nodes failed.
PassedThe event related to the node and all of its sub-nodes succeeded.
WarningThe event related to the node or to one of its sub-nodes resulted in a warning.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.Report.Status