JobServiceEngine.JobFinished(JobParameters, Boolean) Method

Definition

Call in to engine to report that a job has finished executing.

[Android.Runtime.Register("jobFinished", "(Landroid/app/job/JobParameters;Z)V", "GetJobFinished_Landroid_app_job_JobParameters_ZHandler", ApiSince=26)]
public virtual void JobFinished (Android.App.Job.JobParameters? params, bool needsReschedule);
[<Android.Runtime.Register("jobFinished", "(Landroid/app/job/JobParameters;Z)V", "GetJobFinished_Landroid_app_job_JobParameters_ZHandler", ApiSince=26)>]
abstract member JobFinished : Android.App.Job.JobParameters * bool -> unit
override this.JobFinished : Android.App.Job.JobParameters * bool -> unit

Parameters

params
JobParameters
needsReschedule
Boolean
Attributes

Remarks

Call in to engine to report that a job has finished executing. See JobService#jobFinished(JobParameters, boolean) for more information.

Java documentation for android.app.job.JobServiceEngine.jobFinished(android.app.job.JobParameters, boolean).

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