ScriptingCommands Class |
|
Namespace: MediaCy.Automation.Automate
Public NotInheritable Class ScriptingCommands
The ScriptingCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| AppGadget |
Starts or hides an App's panel.
| |
| BatchMacro |
Batch processes a group of files or documents using selected macros.
| |
| ClickOnWorkspace |
Select a pixel from an optionally specified workspace.
| |
| CodeCommand |
Runs some custom code with optional inputs and outputs.
| |
| CommandBox |
Displays a command selection dialog.
| |
| Condition |
Conditional execution of a sequence of commands.
| |
| FetchData |
A command used to extract information out of high level data objects.
| |
| ForEach |
Runs a loop on an array.
| |
| InformationBox |
Displays an information dialog.
| |
| Interaction |
Prompts the user to interact with one or several views.
| |
| PauseMacro |
A command implementing a macro execution pause with an optional message displayed over a specified window.
| |
| PlayMacro |
Plays the designated macro.
| |
| PutData |
A command used to set properties of high level data objects.
| |
| SaveUndoState |
Saves the current undo state for the selected document.
| |
| SelectInputs |
Prompts the user to select windows or documents.
| |
| SetBatchMacro |
Asssign the selected batch processing macros.
| |
| ShowForm |
Displays an App implemented as an independent form.
| |
| SimpleScript |
Standard Macro
| |
| SortAndGroup |
Sort and group documents or files by their name.
| |
| StartBatchMacro |
Starts the processing batch macros using the currently selected options and inputs.
| |
| Timer |
A command implementing a timer as well as an optional output.
| |
| WhileLoop |
Conditional loop on a sequence of commands.
|