EventStatus Enumeration

Step completion statuses.

Syntax

Visual Basic (Declaration) 
Public Enum EventStatus 
   Inherits Enum
C# 
public enum EventStatus : Enum  

Members

MemberDescription
EVENTSTATUS_PASSStep passed.
EVENTSTATUS_FAILStep failed.
EVENTSTATUS_GENERALGeneral message for step.
EVENTSTATUS_WARNINGStep passed with warning.

Remarks

Used in ReportStepResult to set the step status saved in the report.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.WPF.CustomServer.EventStatus

See Also