org.virtualbox_6_1
Class IGuestProcessStateChangedEvent
java.lang.Object
org.virtualbox_6_1.IUnknown
org.virtualbox_6_1.IEvent
org.virtualbox_6_1.IGuestSessionEvent
org.virtualbox_6_1.IGuestProcessEvent
org.virtualbox_6_1.IGuestProcessStateChangedEvent
public class IGuestProcessStateChangedEvent
- extends IGuestProcessEvent
Notification when a guest process changed its state.
Interface ID: {C365FB7B-4430-499F-92C8-8BED814A567A}
Constructor Summary |
IGuestProcessStateChangedEvent(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGuestProcessStateChangedEvent
public IGuestProcessStateChangedEvent(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port)
getStatus
public ProcessStatus getStatus()
- New guest process status.
- Returns:
- org.virtualbox_6_1.ProcessStatus
getError
public IVirtualBoxErrorInfo getError()
- Error information in case of new session status is indicating an error.
The attribute
IVirtualBoxErrorInfo.getResultDetail()
will contain
the runtime (IPRT) error code from the guest. See include/iprt/err.h and
include/VBox/err.h for details.
- Returns:
- org.virtualbox_6_1.IVirtualBoxErrorInfo
queryInterface
public static IGuestProcessStateChangedEvent queryInterface(IUnknown obj)