public interface IRestart
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRestart()
Returns whether this element can currently be restarted.
|
void |
restart()
Causes this element to restart its execution.
|
boolean canRestart()
void restart()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - on failure. Reasons include:Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.