Bridge

Task..::..IsCanceled Property

Gets whether this Task instance has completed execution due to being canceled.

Namespace:  System.Threading.Tasks
Assembly:  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 ();
}

Return Value

true if the task has completed due to being canceled; otherwise false.