AsyncTaskLoader.IsLoadInBackgroundCanceled Property

Definition

Returns true if the current invocation of #loadInBackground is being canceled.

public virtual bool IsLoadInBackgroundCanceled { [Android.Runtime.Register("isLoadInBackgroundCanceled", "()Z", "GetIsLoadInBackgroundCanceledHandler")] get; }
[<get: Android.Runtime.Register("isLoadInBackgroundCanceled", "()Z", "GetIsLoadInBackgroundCanceledHandler")>]
member this.IsLoadInBackgroundCanceled : bool

Property Value

True if the current invocation of #loadInBackground is being canceled.

Attributes

Remarks

Returns true if the current invocation of #loadInBackground is being canceled.

Java documentation for android.content.AsyncTaskLoader.isLoadInBackgroundCanceled().

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

See also