EventStatus Enumeration
Step completion statuses.
Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
Public Enum EventStatus 
   Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)]
public enum EventStatus : System.Enum 
Members
MemberDescription
EVENTSTATUS_FAILStep failed.
EVENTSTATUS_GENERALGeneral message for step.
EVENTSTATUS_PASSStep passed.
EVENTSTATUS_WARNINGStep passed with warning.
Remarks
Used in CustomServerBase.ReplayReportStep to set the step status saved in the report.
Inheritance Hierarchy

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