public class BackgroundProcessingJob
extends Job
Job API. Requests are executed in the order they arrive. Request execution
delayed by milliseconds and all requests submitted during this period will be processed together.| Constructor and Description |
|---|
BackgroundProcessingJob() |
| Modifier and Type | Method and Description |
|---|---|
protected IStatus |
run(IProgressMonitor monitor) |
void |
schedule(IRunnableWithProgress task) |
protected IStatus run(IProgressMonitor monitor)
public void schedule(IRunnableWithProgress task)