Share via


UITestInterpreter.RaiseWaitForThinkTimeEvent Method (UITestAction, Int32)

 

Raises the E:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestInterpreter.InterpreterProgress event.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

public void RaiseWaitForThinkTimeEvent(
    UITestAction action,
    int thinkTime
)
public:
void RaiseWaitForThinkTimeEvent(
    UITestAction^ action,
    int thinkTime
)
member RaiseWaitForThinkTimeEvent : 
        action:UITestAction *
        thinkTime:int -> unit
Public Sub RaiseWaitForThinkTimeEvent (
    action As UITestAction,
    thinkTime As Integer
)

Parameters

See Also

E:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestInterpreter.InterpreterProgress
UITestInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top