BuildResult 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 of executing a BuildAction.
public enum class BuildResult
public enum BuildResult
type BuildResult =
Public Enum BuildResult
- Inheritance
-
BuildResult
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The BuildAction succeeded. |
Failed | 1 | The BuildAction failed. |
Canceled | 2 | The BuildAction cancelled before it completes. |
NotAvailable | 3 | The BuildAction not available upon the method call. |