TasksPerformedEventArgs.IsFailed Property

Definition

Gets a value indicating whether the event failed to perform.

public:
 property bool IsFailed { bool get(); };
public bool IsFailed { get; }
member this.IsFailed : bool
Public ReadOnly Property IsFailed As Boolean

Property Value

true if the event failed to perform.; otherwise, false.

Applies to