VirtualBox

Changeset 58735 in vbox


Ignore:
Timestamp:
Nov 18, 2015 10:25:36 AM (9 years ago)
Author:
vboxsync
Message:

doc/manual: document GUI/DefaultCloseAction extradata key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r58537 r58735  
    19971997
    19981998  <sect1 id="guitweaks">
    1999     <title>Locking down the VirtualBox manager GUI</title>
     1999    <title>Locking down the VirtualBox GUI</title>
    20002000
    20012001    <sect2>
     
    28822882          </glossdef>
    28832883        </glossentry>
     2884
     2885        <glossentry>
     2886          <glossterm><computeroutput>Detach</computeroutput></glossterm>
     2887          <glossdef>
     2888            <para>Don't allow the user to detach from the VM process if the
     2889              VM was started in separate mode.</para>
     2890          </glossdef>
     2891        </glossentry>
     2892
     2893      </glosslist>
     2894
     2895      <para>This is a per-VM setting. Any combination of the above is allowed. If all
     2896        options are specified, the VM cannot be shut down at all.</para>
     2897    </sect2>
     2898
     2899    <sect2>
     2900      <title>Default action when terminating the VM</title>
     2901
     2902      <para>You can define a specific action for terminating a VM. In contrast to
     2903        the setting decribed in the previous section, this setting allows only
     2904        one action when the user terminates the VM. No exit menu is shown.</para>
     2905
     2906      <para><screen>VBoxManage setextradata "VM name" GUI/DefaultCloseAction ACTION</screen></para>
     2907
     2908      <para>where <computeroutput>ACTION</computeroutput> is one of the
     2909        following keywords:</para><glosslist>
     2910        <glossentry>
     2911          <glossterm><computeroutput>SaveState</computeroutput></glossterm>
     2912          <glossdef>
     2913            <para>Save the VM state before terminating the VM process.</para>
     2914          </glossdef>
     2915        </glossentry>
     2916
     2917        <glossentry>
     2918          <glossterm><computeroutput>Shutdown</computeroutput></glossterm>
     2919          <glossdef>
     2920            <para>The VM is shut down by sending the ACPI power-off event to the guest.</para>
     2921          </glossdef>
     2922        </glossentry>
     2923
     2924        <glossentry>
     2925          <glossterm><computeroutput>PowerOff</computeroutput></glossterm>
     2926          <glossdef>
     2927            <para>The VM is powered off.</para>
     2928          </glossdef>
     2929        </glossentry>
     2930
     2931        <glossentry>
     2932          <glossterm><computeroutput>PowerOffRestoringSnapshot</computeroutput></glossterm>
     2933          <glossdef>
     2934            <para>The VM is powered off and the saved state returns to the last snapshot.</para>
     2935          </glossdef>
     2936        </glossentry>
     2937
     2938        <glossentry>
     2939          <glossterm><computeroutput>Detach</computeroutput></glossterm>
     2940          <glossdef>
     2941            <para>Terminate the frontend but leave the VM process running.</para>
     2942          </glossdef>
     2943        </glossentry>
     2944
    28842945      </glosslist>
    28852946
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette