Changeset 14020 in vbox
- Timestamp:
- Nov 10, 2008 4:30:43 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39076
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14009 r14020 190 190 was running. 191 191 <note> 192 No anymachine settings can be altered when the machine192 Only a few machine settings can be altered when the machine 193 193 is in this state. 194 194 </note> … … 197 197 <const name="Aborted" value="3"> 198 198 <desc> 199 A process that run the machine has abnormally terminated.199 A process running the machine has terminated abnormally. 200 200 Other than that, this value is equivalent to #PoweredOff. 201 201 </desc> … … 205 205 The machine is currently being executed. 206 206 <note> 207 This value can be used in comparisonexpressions:208 all state values below itdescribe a virtual machine that is207 This value can be used in relational expressions: 208 all state values less than Running describe a virtual machine that is 209 209 not currently being executed (i.e., it is completely out of 210 210 action). … … 221 221 Execution of the machine has been paused. 222 222 <note> 223 This value can be used in comparisonexpressions: all state values224 above itrepresent unstable states of the running virtual223 This value can be used in relational expressions: all state values 224 greater than Paused represent unstable states of the running virtual 225 225 machine. Unless explicitly stated otherwise, no machine settings can 226 226 be altered when it is in one of the unstable states. … … 235 235 <const name="Stuck" value="6"> 236 236 <desc> 237 Execution of the machine has reached the "Guru Medita ion"237 Execution of the machine has reached the "Guru Meditation" 238 238 condition. This condition indicates an internal VMM failure which may 239 239 happen as a result of either an unhandled low-level virtual hardware
Note:
See TracChangeset
for help on using the changeset viewer.