Java.Util.Concurrent.ForkJoinPool.IsQuiescent Property
Returns true if all worker threads are currently idle.

Syntax

[get: Android.Runtime.Register("isQuiescent", "()Z", "GetIsQuiescentHandler")]
public virtual bool IsQuiescent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if all worker threads are currently idle. An idle worker is one that cannot obtain a task to execute because none are available to steal from other threads, and there are no pending submissions to the pool. This method is conservative; it might not return true immediately upon idleness of all threads, but will eventually become true if threads remain inactive.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0