Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UIActionInterpreter::InRetryMode Property

 

Gets or sets a value that indicates whether the interpreter is in retry mode.

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

public:
property bool InRetryMode {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true if the interpreter is in retry mode; otherwise, false. The default is false.

Avoid using cache when in retry mode.

Return to top
Show: