Uses of Interface
org.eclipse.core.runtime.jobs.IJobFunction
Packages that use IJobFunction
Package
Description
Provides core support for scheduling and interacting with background activity.
-
Uses of IJobFunction in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs with parameters of type IJobFunctionModifier and TypeMethodDescriptionstatic JobJob.create(String name, IJobFunction function) Creates a new Job that will execute the provided function when it runs.static JobJob.createSystem(String name, IJobFunction function) Creates a new systemJobwith the given name that will execute the provided function when it runs.