Mercury.QTP.CustomServer Namespace : RecordStatus Enumeration |
'Declaration
<System.Runtime.InteropServices.ComVisibleAttribute(False)> Public Enum RecordStatus Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)] public enum RecordStatus : System.Enum
Member | Description |
---|---|
RECORD_AS_OBJECT | Message was not handled by the custom server and will not be handled according to the Test Object type.
The container Test Object records the message as an swfObject. |
RECORD_CONTINUE | Message was not handled by the custom server.
The container Test Object passes the message to an internal object different from the Custom Server, or to a new Test Object. |
RECORD_DEFAULT | Message was not handled by the custom server.
The container Test Object performs the default recording for the Test Object type. |
RECORD_HANDLED | Message was handled by the Custom Server.
The Test Object does nothing with the message. |
System.Object
System.ValueType
System.Enum
Mercury.QTP.CustomServer.RecordStatus