Package | Description |
---|---|
org.eclipse.core.runtime.jobs |
Provides core support for scheduling and interacting with background activity.
|
Modifier and Type | Method and Description |
---|---|
static 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 system
Job with the given name that will execute the
provided function when it runs. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.