DelegateSearchTask.IsStopped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether or not the search is stopped.
public:
property bool IsStopped { bool get(); };
public:
property bool IsStopped { bool get(); };
public bool IsStopped { get; }
member this.IsStopped : bool
Public ReadOnly Property IsStopped As Boolean
Property Value
True if the search is stopped, otherwise false.