[get: Android.Runtime.Register("isDone", "()Z", "GetIsDoneHandler")] public boolIsDone { 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.