Changes between Version 87 and Version 88 of VboxApps
- Timestamp:
- Sep 24, 2014, 10:31:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v87 v88 146 146 and type "vboxmanage list ostypes". 147 147 148 148 Optional elements: 149 149 '''completion_trigger_file''':: 150 150 This provides a more bulletproof way for VM apps to exit; 151 151 sometimes VMs fail to shut down, and the task hangs indefinitely. 152 152 When the VM app is done, it writes a file of this name in the shared directory; 153 the file can optionally contain an integer exit code (first line) 153 the file can optionally contain an integer exit code (first line) a bool value 154 for whether it should bubble up to the volunteer (second line) 154 155 and stderr text (subsequent lines). 155 156 If vboxwrapper finds this file,