__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 the status for a search operation.
public enum class __VSSEARCHTASKSTATUS
public enum class __VSSEARCHTASKSTATUS
enum __VSSEARCHTASKSTATUS
public enum __VSSEARCHTASKSTATUS
type __VSSEARCHTASKSTATUS =
Public Enum __VSSEARCHTASKSTATUS
- Inheritance
-
__VSSEARCHTASKSTATUS
Fields
STS_COMPLETED | 2 | The search has completed. |
STS_CREATED | 0 | The task was created but the search was not started yet. |
STS_ERROR | 4 | The search has encountered errors. |
STS_STARTED | 1 | The search was started. |
STS_STOPPED | 3 | The search has been stopped or interrupted. |