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 Job
Job.create
(String name, IJobFunction function) Creates a new Job that will execute the provided function when it runs.static Job
Job.createSystem
(String name, IJobFunction function) Creates a new systemJob
with the given name that will execute the provided function when it runs.