Task.IsComplete Property

Definition

Gets a value indicating whether the task is complete.

public:
 property bool IsComplete { bool get(); };
public bool IsComplete { get; }
Public ReadOnly Property IsComplete As Boolean

Property Value

True if the task is complete; otherwise, false.

Applies to