Class ResourceComputationScheduler.ShutdownStatus
- java.lang.Object
-
- org.eclipse.emf.compare.ide.ui.internal.logical.resolver.ResourceComputationScheduler.ShutdownStatus
-
- Enclosing class:
- ResourceComputationScheduler<T>
public static class ResourceComputationScheduler.ShutdownStatus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceComputationScheduler.ShutdownStatus
STARTED
static ResourceComputationScheduler.ShutdownStatus
SUCCESS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
ResourceComputationScheduler.ShutdownState
getState()
-
-
-
Field Detail
-
STARTED
public static final ResourceComputationScheduler.ShutdownStatus STARTED
-
SUCCESS
public static final ResourceComputationScheduler.ShutdownStatus SUCCESS
-
-
Method Detail
-
getCause
public Throwable getCause()
-
getState
public ResourceComputationScheduler.ShutdownState getState()
-
-