UITestInterpreterCore.PlaybackInProgress Property
True if playback is in progress.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
protected internal bool PlaybackInProgress { get; }
public protected:
property bool PlaybackInProgress {
bool get();
}
member PlaybackInProgress : bool with get
Protected Friend ReadOnly Property PlaybackInProgress As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top