Cancel command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Cancels the User Language request that is being, or about to be, debugge...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__
{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">[[end_execution_early.html|Cancels]] the User Language request that is being, or about to be, debugged. Gives a &quot;do you really want to&quot; prompt. </span>
<span class="f_Para">[[Cancelling execution|Cancels]] the User Language request that is being, or about to be, debugged. Gives a &quot;do you really want to&quot; prompt. </span>


'''Syntax:'''  
'''Syntax:'''  

Latest revision as of 00:49, 26 January 2023

Action:

Cancels the User Language request that is being, or about to be, debugged. Gives a "do you really want to" prompt.

Syntax:

cancel

Client menu: Execution > Cancel
Introduced: --