PTP
Release 5.0

org.eclipse.ptp.debug.core.model
Interface IResumeWithoutSignal

All Known Subinterfaces:
IPDebugTarget

public interface IResumeWithoutSignal


Method Summary
 boolean canResumeWithoutSignal()
          Returns whether this element can currently be resumed without signal.
 void resumeWithoutSignal()
          Causes this element to resume its execution ignoring a signal.
 

Method Detail

resumeWithoutSignal

void resumeWithoutSignal()
                         throws org.eclipse.debug.core.DebugException
Causes this element to resume its execution ignoring a signal. Has no effect on an element that is not suspended because of a signal.

Throws:
org.eclipse.debug.core.DebugException - on failure. Reasons include:

canResumeWithoutSignal

boolean canResumeWithoutSignal()
Returns whether this element can currently be resumed without signal.

Returns:
whether this element can currently be resumed without signal

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.