__VSSEARCHTASKSTATUS Enumeration
Visual Studio 2015
Specifies the status for a search operation.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| STS_COMPLETED | The search has completed. | |
| STS_CREATED | The task was created but the search was not started yet. | |
| STS_ERROR | The search has encountered errors. | |
| STS_STARTED | The search was started. | |
| STS_STOPPED | The search has been stopped or interrupted. |
Show: