IAsyncTask.IsCanceled

IAsyncTask.IsCanceled property

Gets a value indicating whether this task was canceled.

public bool IsCanceled { get; }

Property Value

true if this task was canceled; otherwise, false.

See Also