Last change
on this file since 105145 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
861 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="guestadd-guestprops-waits">
|
---|
4 | <title>Using Guest Properties to Wait on VM Events</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | The properties <codeph>/VirtualBox/HostInfo/VBoxVer</codeph>,
|
---|
9 | <codeph>/VirtualBox/HostInfo/VBoxVerExt</codeph> or
|
---|
10 | <codeph>/VirtualBox/HostInfo/VBoxRev</codeph> can be waited on
|
---|
11 | to detect that the VM state was restored from saved state or
|
---|
12 | snapshot:
|
---|
13 | </p>
|
---|
14 | <pre xml:space="preserve">$ VBoxControl guestproperty wait /VirtualBox/HostInfo/VBoxVer</pre>
|
---|
15 | <p>
|
---|
16 | Similarly the
|
---|
17 | <codeph>/VirtualBox/HostInfo/ResumeCounter</codeph> can be
|
---|
18 | used to detect that a VM was resumed from the paused state or
|
---|
19 | saved state.
|
---|
20 | </p>
|
---|
21 | </body>
|
---|
22 |
|
---|
23 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.