Java.Util.Concurrent.IFuture.IsDone Property
Returns true if this task completed.

Syntax

[get: Android.Runtime.Register("isDone", "()Z", "GetIsDoneHandler:Java.Util.Concurrent.IFutureInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsDone { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this task completed. Completion may be due to normal termination, an exception, or cancellation -- in all of these cases, this method will return true.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1