JobServiceEngine.JobFinished(JobParameters, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.