ThreadPoolExecutor.CompletedTaskCount Property

Definition

Returns the approximate total number of tasks that have completed execution.

public virtual long CompletedTaskCount { [Android.Runtime.Register("getCompletedTaskCount", "()J", "GetGetCompletedTaskCountHandler")] get; }
[<get: Android.Runtime.Register("getCompletedTaskCount", "()J", "GetGetCompletedTaskCountHandler")>]
member this.CompletedTaskCount : int64

Property Value

Int64

the number of tasks

Attributes

Remarks

Java documentation for java.util.concurrent.ThreadPoolExecutor.getCompletedTaskCount().

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