TargetResultCode 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.
The result code for a given target.
public enum class TargetResultCode
public enum TargetResultCode
type TargetResultCode =
Public Enum TargetResultCode
- Inheritance
-
TargetResultCode
Fields
Failure | 2 | The target failed to build. |
Skipped | 0 | The target was skipped because its condition was not met. |
Success | 1 | The target successfully built. |