DkmTaskReturnStatus Enum

Definition

The return status for the task. If the task hasn't completed yet, the status is unknown.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

C++/CX
public enum class DkmTaskReturnStatus
Inheritance
DkmTaskReturnStatus

Fields

Name Value Description
Unknown 0

The return status is unknown because the task has not completed.

Success 1

The task succeeded.

Error 2

There was an error executing the task.

Cancelled 3

The task has been cancelled.

Applies to

Tuote Versiot
Visual Studio SDK 2015, 2017, 2019, 2022