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.

UITestActionInvoker::InRetryMode Property

 

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

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

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

Property Value

Type: System::Boolean

true if this invoker is in retry mode; otherwise, false. The default is false.

Some invoker may want to do special handling when in retry mode.

Return to top
Show: