VirtualBox

Changeset 105266 in vbox for trunk/doc/manual/ru_RU


Ignore:
Timestamp:
Jul 11, 2024 7:49:37 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163915
Message:

Recording: Implemented support for a dedicated progress object, which is exposed to API clients. This can be used for better tracking the recording progress as well as for error reporting. The RecordingSettings API also now has a dedicated start() method to start recording, as well as support for attaching to an already ongoing recording by retrieving the progress object at a later time. Adapted FE/Qt (draft, see @todos), FE/VBoxManage and the Validation Kit testdriver to the new APIs. VBoxManage also can attach to an ongoing recording now. The recording progress object also will have multiple operations to get the recording progress for convenience. bugref:10718

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/ru_RU/man_VBoxManage-controlvm.xml

    r103620 r105266  
    457457      </group>
    458458    </cmdsynopsis>
    459 
     459<!--
     460    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-start">
     461      <command>VBoxManage controlvm</command>
     462      <group choice="req">
     463        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     464        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     465      </group>
     466      <arg choice="plain">recording start</arg>
     467      <arg><replaceable>wait</replaceable></arg>
     468    </cmdsynopsis>
     469
     470    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-stop">
     471      <command>VBoxManage controlvm</command>
     472      <group choice="req">
     473        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     474        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     475      </group>
     476      <arg choice="plain">recording stop</arg>
     477    </cmdsynopsis>
     478
     479    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-attach">
     480      <command>VBoxManage controlvm</command>
     481      <group choice="req">
     482        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     483        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     484      </group>
     485      <arg choice="plain">recording attach</arg>
     486    </cmdsynopsis>
     487-->
    460488    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-screens">
    461489      <command>VBoxManage controlvm</command>
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