UFT Extensibility library 1.2
UnSuppress Method
A Suppression xml containing a list of processes and windows to be removed from the list of objects whose events are to be ignored.
Description
Cancels suppression of native UFT recording of the specified objects.
Syntax
Visual Basic
Public Sub UnSuppress( _
   ByVal envId As String, _
   ByVal items As String _
) 
Parameters
envId
items
A Suppression xml containing a list of processes and windows to be removed from the list of objects whose events are to be ignored.
Remarks
UnSuppress can be called to resume recording of items whose record was suspended by a Suppress call. It has no effect on suppression defined in the Testing Environment xml.
See Also