AsyncTaskBaseIsCanceled Property

Gets whether the task has been canceled.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public bool IsCanceled { get; }

Property Value

Boolean

See Also