[]
        
(Showing Draft Content)

C1.Document.Utils.IsCancelled

IsCancelled Method

IsCancelled(AggregateException)

Determines if task cancelled by an exception used to communicate task cancellation.

Declaration
public static bool IsCancelled(AggregateException aex)
Parameters
Type Name Description
AggregateException aex

Represents one or more errors that occur during application execution.

Returns
Type Description
bool

True if task TaskCanceledException occured; false otherwise.