Add changes for Force Cancel button to help manual (#707070)
A "Force Cancel" button and proper cancel support was added to
GParted 0.15.0 with the following commit:
Add proper cancel support (#601239)
89de9a5026
Part of Bug #707070 - Update Help Manual with GPT flags, Force Cancel
button, etc.
This commit is contained in:
parent
13ba466154
commit
5e11bae44f
|
@ -2098,18 +2098,45 @@
|
||||||
<para>
|
<para>
|
||||||
To stop the operations while they are executing,
|
To stop the operations while they are executing,
|
||||||
click <guibutton>Cancel</guibutton>.
|
click <guibutton>Cancel</guibutton>.
|
||||||
|
The application displays a disabled
|
||||||
|
<guibutton>Force Cancel (5)</guibutton> button and
|
||||||
|
counts down for 5 seconds.
|
||||||
|
</para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
<guibutton>Cancel</guibutton> instructs the
|
||||||
|
application to stop or roll back operations
|
||||||
|
as necessary to ensure data integrity.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
<para>
|
||||||
|
If operations have not halted after 5 seconds the
|
||||||
|
application enables the <guibutton>Force
|
||||||
|
Cancel</guibutton> button.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
To force the operations to stop, click
|
||||||
|
<guibutton>Force Cancel</guibutton>.
|
||||||
The application displays a warning dialog.
|
The application displays a warning dialog.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You are advised to click
|
Click <guibutton>Continue Operation</guibutton> to
|
||||||
<guibutton>Continue Operation</guibutton>
|
allow the roll back operations to complete, or
|
||||||
because <guibutton>Cancel Operation</guibutton>
|
click <guibutton>Cancel Operation</guibutton> to
|
||||||
might cause SEVERE file system damage.
|
cancel the roll back operations.
|
||||||
Cancel the operation only if you agree to
|
|
||||||
the consequences.
|
|
||||||
</para>
|
</para>
|
||||||
|
<warning>
|
||||||
<para>
|
<para>
|
||||||
When the application finishes applying all operations,
|
<guibutton>Cancel Operation</guibutton>
|
||||||
|
terminates the safe roll back of operations and
|
||||||
|
might cause SEVERE file system damage and data
|
||||||
|
loss. You are advised to click
|
||||||
|
<guibutton>Continue Operation</guibutton> to
|
||||||
|
allow the roll back to complete.
|
||||||
|
</para>
|
||||||
|
</warning>
|
||||||
|
<para>
|
||||||
|
When the application finishes performing operations,
|
||||||
the application displays the
|
the application displays the
|
||||||
<guibutton>Save Details</guibutton> button and the
|
<guibutton>Save Details</guibutton> button and the
|
||||||
<guibutton>Close</guibutton> button.
|
<guibutton>Close</guibutton> button.
|
||||||
|
|
Loading…
Reference in New Issue