public class JobHelpers extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobHelpers.IJobMatcher |
| Constructor and Description |
|---|
JobHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
waitForJobs(JobHelpers.IJobMatcher matcher,
int maxWaitMillis) |
static void |
waitForJobsToComplete() |
static void |
waitForJobsToComplete(org.eclipse.core.runtime.IProgressMonitor monitor) |
static void |
waitForLaunchesToComplete(int maxWaitMillis) |
public static void waitForJobsToComplete()
public static void waitForJobsToComplete(org.eclipse.core.runtime.IProgressMonitor monitor)
throws InterruptedException,
org.eclipse.core.runtime.CoreException
InterruptedExceptionorg.eclipse.core.runtime.CoreExceptionpublic static void waitForJobs(JobHelpers.IJobMatcher matcher, int maxWaitMillis)
public static void waitForLaunchesToComplete(int maxWaitMillis)
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.