IBuildEngine.ContinueOnError Property

Definition

Returns true if the ContinueOnError flag was set to true for this particular task in the project file.

public:
 property bool ContinueOnError { bool get(); };
public bool ContinueOnError { get; }
member this.ContinueOnError : bool
Public ReadOnly Property ContinueOnError As Boolean

Property Value

true if the ContinueOnError flag was set to true for this particular task in the project file.

Applies to