Activity.IsStopped プロパティ

定義

この Activity オブジェクトが停止されているかどうかを示す値を取得します。

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

プロパティ値

注釈

ActivityStoppedを使用してイベントを停止Activityサブスクライブすると、イベント コールバックで受信したActivity オブジェクトはtrueとしてIsStoppedされます。

適用対象