PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIExitInfo

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIExitInfo
extends IPDISessionObject

Represents an information provided by the session when the program exited


Method Summary
 int getCode()
          Returns an exit code.
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getCode

int getCode()
Returns an exit code.

Returns:
an exit code

PTP
Release 7.0

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