JobParameters.IsExpeditedJob Property

Definition

public virtual bool IsExpeditedJob { [Android.Runtime.Register("isExpeditedJob", "()Z", "GetIsExpeditedJobHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isExpeditedJob", "()Z", "GetIsExpeditedJobHandler", ApiSince=31)>]
member this.IsExpeditedJob : bool

Property Value

Whether this job is running as an expedited job or not. A job is guaranteed to have all expedited job guarantees for the duration of the job execution if this returns true. This will return false if the job that wasn't requested to run as a expedited job, or if it was requested to run as an expedited job but the app didn't have any remaining expedited job quota at the time of execution.

Attributes

Remarks

Java documentation for android.app.job.JobParameters.isExpeditedJob().

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