VSConstants.VsSearchTaskStatus Enum
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.
Specifies friendly names for search task statuses.
public: enum class VSConstants::VsSearchTaskStatus
enum VSConstants::VsSearchTaskStatus
public enum VSConstants.VsSearchTaskStatus
type VSConstants.VsSearchTaskStatus =
Public Enum VSConstants.VsSearchTaskStatus
- Inheritance
-
VSConstants.VsSearchTaskStatus
Fields
Name | Value | Description |
---|---|---|
Created | 0 | The search task was created but search was not started yet. |
Started | 1 | The search was started. |
Completed | 2 | The search has completed. |
Stopped | 3 | The search has been stopped or interrupted. |
Error | 4 | The search has encountered errors. |