Notification when a guest process changed its state. More...
Public Attributes | |
readonly attribute ProcessStatus | status |
New guest process status. | |
readonly attribute IVirtualBoxErrorInfo | error |
Error information in case of new session status is indicating an error. |
Notification when a guest process changed its state.
{C365FB7B-4430-499F-92C8-8BED814A567A}
readonly attribute ProcessStatus IGuestProcessStateChangedEvent::status |
New guest process status.
readonly attribute IVirtualBoxErrorInfo IGuestProcessStateChangedEvent::error |
Error information in case of new session status is indicating an error.
The attribute IVirtualBoxErrorInfo::resultDetail will contain the runtime (IPRT) error code from the guest. See include/iprt/err.h and include/VBox/err.h for details.