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 DebugException
DebugException
- on failure. Reasons include:Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.