IsFaulted

IAsyncTask.IsFaulted property

Gets a value indicating whether this task was faulted.

public bool IsFaulted { get; }

Property Value

true if this task was faulted; otherwise, false.

See Also