__RUNAFTERBUILDERRORS Enum

Definition

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.

Applies to