EventStatus Enumeration

UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

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.Slv.CustomServer.EventStatus

See Also