CyclicBarrier.IsBroken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries if this barrier is in a broken state.
public virtual bool IsBroken { [Android.Runtime.Register("isBroken", "()Z", "GetIsBrokenHandler")] get; }
[<get: Android.Runtime.Register("isBroken", "()Z", "GetIsBrokenHandler")>]
member this.IsBroken : bool
Property Value
true
if one or more parties broke out of this
barrier due to interruption or timeout since
construction or the last reset, or a barrier action
failed due to an exception; false
otherwise.
- Attributes
Remarks
Queries if this barrier is in a broken state.
Java documentation for java.util.concurrent.CyclicBarrier.isBroken()
.
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.