CountedCompleter.HelpComplete(Int32) Method

Definition

If this task has not completed, attempts to process at most the given number of other unprocessed tasks for which this task is on the completion path, if any are known to exist.

[Android.Runtime.Register("helpComplete", "(I)V", "", ApiSince=24)]
public void HelpComplete (int maxTasks);
[<Android.Runtime.Register("helpComplete", "(I)V", "", ApiSince=24)>]
member this.HelpComplete : int -> unit

Parameters

maxTasks
Int32

the maximum number of tasks to process. If less than or equal to zero, then no tasks are processed.

Attributes

Remarks

If this task has not completed, attempts to process at most the given number of other unprocessed tasks for which this task is on the completion path, if any are known to exist.

Java documentation for java.util.concurrent.CountedCompleter.helpComplete(int).

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