Android.Content.Loader.IsStarted Property
Return whether this load has been started.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Return whether this load has been started. That is, its Loader.StartLoading has been called and no calls to Loader.StopLoading or Loader.Reset have yet been made.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11