ForkJoinTask.Exec Method

Definition

Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.

[Android.Runtime.Register("exec", "()Z", "GetExecHandler")]
protected abstract bool Exec ();
[<Android.Runtime.Register("exec", "()Z", "GetExecHandler")>]
abstract member Exec : unit -> bool

Returns

Boolean

true if this task is known to have completed normally

Attributes

Remarks

Java documentation for java.util.concurrent.ForkJoinTask.exec().

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