Changes between Version 87 and Version 88 of VboxApps


Ignore:
Timestamp:
Sep 24, 2014, 10:31:55 AM (10 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v87 v88  
    146146   and type "vboxmanage list ostypes".
    147147
    148  Optional elements:
     148Optional elements:
    149149 '''completion_trigger_file'''::
    150150   This provides a more bulletproof way for VM apps to exit;
    151151   sometimes VMs fail to shut down, and the task hangs indefinitely.
    152152   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)
    154155   and stderr text (subsequent lines).
    155156   If vboxwrapper finds this file,