public interface IResumeWithoutSignal
Modifier and Type | Method and Description |
---|---|
boolean |
canResumeWithoutSignal()
Returns whether this element can currently be resumed without signal.
|
void |
resumeWithoutSignal()
Causes this element to resume its execution ignoring a signal.
|
void resumeWithoutSignal() throws DebugException
DebugException
- on failure. Reasons include:boolean canResumeWithoutSignal()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.