Changeset 31261 in vbox
- Timestamp:
- Jul 31, 2010 8:38:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r31241 r31261 8170 8170 with a given timeout in milliseconds; specify -1 for an indefinite wait. 8171 8171 8172 Note that the VirtualBox/XPCOM/COM/native event queues of the calling 8173 thread are not processed while waiting. Neglecting event queues may 8174 have dire consequences (degrade performance, resource hogs, 8175 deadlocks, etc.), this is specially so for the main thread on 8176 platforms using XPCOM. Callers are adviced wait for short periods 8177 and service their event queues between calls, or to create a worker 8178 thread to do the waiting. 8179 8172 8180 <result name="VBOX_E_IPRT_ERROR"> 8173 8181 Failed to wait for task completion. … … 8186 8194 Waits until the given operation is done with a given timeout in 8187 8195 milliseconds; specify -1 for an indefinite wait. 8196 8197 See <link to="#waitForCompletion"> for event queue considerations. 8188 8198 8189 8199 <result name="VBOX_E_IPRT_ERROR">
Note:
See TracChangeset
for help on using the changeset viewer.