BuildFinishedEventArgs.Succeeded Property

Definition

Succeeded is true if the build succeeded; false otherwise.

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

Property Value

Boolean

true to indicate the build succeeded; otherwise, false.

Applies to