AsyncTaskBaseIsCanceled Property
Gets whether the task has been canceled.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool IsCanceled { get; }
Public ReadOnly Property IsCanceled As Boolean
Get
public:
property bool IsCanceled {
bool get ();
}
member IsCanceled : bool with get
Property Value
Boolean