TaskFinishedEventArgs.Succeeded Property

Definition

True if target built successfully, false otherwise

public:
 property bool Succeeded { bool get(); };
public bool Succeeded { get; }
public bool Succeeded { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Succeeded : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Succeeded : bool
Public ReadOnly Property Succeeded As Boolean

Property Value

The value indicating whether the execution of the task succeeded.

Attributes

Applies to