Activity.IsStopped Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob dieses Activity Objekt beendet wurde oder nicht.

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

Eigenschaftswert

Hinweise

Wenn Sie das Activity Ereignis beenden mithilfe ActivityStoppedabonnieren, hat IsStopped das empfangene Activity Objekt im Ereignisrückruf den Wert .true

Gilt für: