TasksPerformedEventArgs.IsFailed プロパティ

定義

イベントが失敗したかどうかを示す値が付与されます。

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

プロパティ値

true イベントが失敗した場合、それ以外は false

適用対象