VirtualBox Main API
|
Notification when an update is available. More...
Public Attributes | |
readonly attribute wstring | version |
Version of the update. | |
readonly attribute UpdateChannel | channel |
Channel containing the update. | |
readonly attribute UpdateSeverity | severity |
Severity of the update. | |
readonly attribute wstring | downloadURL |
Download URL of the update. | |
readonly attribute wstring | webURL |
Web URL of the update. | |
readonly attribute wstring | releaseNotes |
Release notes of the update. | |
Public Attributes inherited from IUpdateAgentEvent | |
readonly attribute IUpdateAgent | agent |
Update agent this event belongs to. | |
Public Attributes inherited from IEvent | |
readonly attribute VBoxEventType | type |
Event type. | |
readonly attribute IEventSource | source |
Source of this event. | |
readonly attribute boolean | waitable |
If we can wait for this event being processed. | |
Additional Inherited Members | |
Public Member Functions inherited from IEvent | |
void | setProcessed () |
Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. | |
void | waitProcessed (in long timeout, [retval] out boolean result) |
Wait until time outs, or this event is processed. | |
Notification when an update is available.
{243829CB-15B7-42A4-8664-7AA4E34993DA}
readonly attribute wstring IUpdateAgentAvailableEvent::version |
Version of the update.
readonly attribute UpdateChannel IUpdateAgentAvailableEvent::channel |
Channel containing the update.
readonly attribute UpdateSeverity IUpdateAgentAvailableEvent::severity |
Severity of the update.
readonly attribute wstring IUpdateAgentAvailableEvent::downloadURL |
Download URL of the update.
readonly attribute wstring IUpdateAgentAvailableEvent::webURL |
Web URL of the update.
readonly attribute wstring IUpdateAgentAvailableEvent::releaseNotes |
Release notes of the update.