SDKMode Enumeration
Indicates which mode the UFT Developer runtime engine uses for test runs.

C# Syntax

public enum SDKMode : System.Enum 
Members
MemberDescription
InteractiveUse this mode when you build a design-time tool using the UFT Developer SDK. If an object is not immediately found, the query fails. UFT Developer does not wait for the object to appear until the object synchronization timeout (20 seconds) elapses.
ReplayThe standard mode used for a regular test run.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.SDKMode