Language

ThreadPoolExecutor.IsShutdown Property

Definition

public override bool IsShutdown { [Android.Runtime.Register("isShutdown", "()Z", "GetIsShutdownHandler")] get; }
[<get: Android.Runtime.Register("isShutdown", "()Z", "GetIsShutdownHandler")>]
member this.IsShutdown : bool

Property Value

true if this executor has been shut down

Attributes

Remarks

Returns true if this executor has been shut down.

Java reference for java.util.concurrent.ThreadPoolExecutor.isShutdown.

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