Task..::..IsCanceled Property
Gets whether this Task instance has completed execution due to being canceled.
Namespace:
System.Threading.TasksAssembly: Bridge (in Bridge.dll)
Syntax
[NameAttribute] public bool IsCanceled { get; }
<NameAttribute> _ Public ReadOnly Property IsCanceled As Boolean Get
[NameAttribute] public: property bool^ IsCanceled { bool^ get (); }