Loader.IsStarted Property

Definition

Return whether this load has been started.

public virtual bool IsStarted { [Android.Runtime.Register("isStarted", "()Z", "GetIsStartedHandler")] get; }
[<get: Android.Runtime.Register("isStarted", "()Z", "GetIsStartedHandler")>]
member this.IsStarted : bool

Property Value

Attributes

Remarks

Return whether this load has been started. That is, its #startLoading() has been called and no calls to #stopLoading() or #reset() have yet been made.

Java documentation for android.content.Loader.isStarted().

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