Bridge

Task..::..IsCompleted Property

Gets whether this Task has completed.

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


[NameAttribute]
public bool IsCompleted { get; }
<NameAttribute> _
Public ReadOnly Property IsCompleted As Boolean
	Get
[NameAttribute]
public:
property bool^ IsCompleted {
	bool^ get ();
}

Return Value

true if the task has completed; otherwise false.