public class IGuestProcessStateChangedEvent extends IGuestProcessEvent
Constructor and Description |
---|
IGuestProcessStateChangedEvent(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
IVirtualBoxErrorInfo |
getError()
Error information in case of new session status is indicating an error.
|
ProcessStatus |
getStatus()
New guest process status.
|
static IGuestProcessStateChangedEvent |
queryInterface(IUnknown obj) |
getPid, getProcess
getSession
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IGuestProcessStateChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public ProcessStatus getStatus()
public IVirtualBoxErrorInfo getError()
IVirtualBoxErrorInfo.getResultDetail()
will contain
the runtime (IPRT) error code from the guest. See include/iprt/err.h and
include/VBox/err.h for details.public static IGuestProcessStateChangedEvent queryInterface(IUnknown obj)