__VSSEARCHTASKSTATUS Enum

Definition

Specifies the status for a search operation.

C++/CX
public enum class __VSSEARCHTASKSTATUS
Inheritance
__VSSEARCHTASKSTATUS

Fields

Name Value Description
STS_CREATED 0

The task was created but the search was not started yet.

STS_STARTED 1

The search was started.

STS_COMPLETED 2

The search has completed.

STS_STOPPED 3

The search has been stopped or interrupted.

STS_ERROR 4

The search has encountered errors.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022