Task.IsCompletedSuccessfully Property

Definition

Gets whether the task ran to completion.

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

Property Value

true if the task ran to completion; otherwise false.

Applies to