Phaser.IsTerminated Property

Definition

Returns true if this phaser has been terminated.

public virtual bool IsTerminated { [Android.Runtime.Register("isTerminated", "()Z", "GetIsTerminatedHandler")] get; }
[<get: Android.Runtime.Register("isTerminated", "()Z", "GetIsTerminatedHandler")>]
member this.IsTerminated : bool

Property Value

true if this phaser has been terminated

Attributes

Remarks

Returns true if this phaser has been terminated.

Java documentation for java.util.concurrent.Phaser.isTerminated().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to