__RUNAFTERBUILDERRORS 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 whether a target should be run after it builds with errors.
public enum class __RUNAFTERBUILDERRORS
public enum class __RUNAFTERBUILDERRORS
enum __RUNAFTERBUILDERRORS
public enum __RUNAFTERBUILDERRORS
type __RUNAFTERBUILDERRORS =
Public Enum __RUNAFTERBUILDERRORS
- Inheritance
-
__RUNAFTERBUILDERRORS
Fields
RUNAFTERBUILDERRORS_MAX | 2 | Run the target if the number of errors is less than a specified limit. |
RUNAFTERBUILDERRORS_NO | 1 | Do not run the target. |
RUNAFTERBUILDERRORS_PROMPT | 2 | Prompt whether to run the target. |
RUNAFTERBUILDERRORS_YES | 0 | Run the target. |