Undo options for executing a script.
Value
Name | Description | Value |
UndoModes.AUTO_UNDO | Automatically undo the entire script as part of the previous step. | 1699963221 =
'eSaU'
|
UndoModes.ENTIRE_SCRIPT | Undo the entire script as a single step. | 1699963733 =
'eScU'
|
UndoModes.FAST_ENTIRE_SCRIPT | Fast undo the entire script as a single step. | 1699964501 =
'eSfU'
|
UndoModes.SCRIPT_REQUEST | Undo each script request as a separate step. | 1699967573 =
'eSrU'
|
Usage
In function
any Application.doScript (script:
varies[, language:
ScriptLanguage=ScriptLanguage.UNKNOWN][, withArguments:
Array of any][, undoMode:
UndoModes=UndoModes.SCRIPT_REQUEST][, undoName:
string=Script])
As property
Application.activeScriptUndoMode