Task..::..IsCompleted Property
Gets whether this Task has completed.
Namespace:
System.Threading.TasksAssembly: 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 (); }