public interface ICDIExecuteResume
| Modifier and Type | Method and Description |
|---|---|
void |
resume(boolean passSignal)
Causes this target to resume its execution.
|
void |
resume(ICDILocation location)
Resume execution at location.
|
void |
resume(ICDISignal signal)
Resume execution where the program stopped but immediately give the
signal.
|
void resume(boolean passSignal)
throws CDIException
fase and the target was
suspended by a signal when resuming the signal will be discarded
Has no effect on a target that is not suspended.passSignal - whether to discar the signalCDIException - if this method fails. Reasons include:void resume(ICDILocation location) throws CDIException
location - CDIException - if this method fails. Reasons include:void resume(ICDISignal signal) throws CDIException
signal - CDIExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.