Package | Description |
---|---|
org.eclipse.core.runtime.jobs |
Provides core support for scheduling and interacting with background activity.
|
Modifier and Type | Method and Description |
---|---|
JobGroup |
Job.getJobGroup()
Returns the job group this job belongs to, or
null if this
job does not belongs to any group. |
Modifier and Type | Method and Description |
---|---|
void |
Job.setJobGroup(JobGroup jobGroup)
Sets the job group to which this job belongs.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.