Click or drag to resize

ScriptingCommands Class

Provides a set of scripting related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.AutomateScriptingCommands

Namespace:  MediaCy.Automation.Automate
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class ScriptingCommands

The ScriptingCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppGadget
Starts or hides an App's panel.
Public propertyStatic memberBatchMacro
Batch processes a group of files or documents using selected macros.
Public propertyStatic memberClickOnWorkspace
Select a pixel from an optionally specified workspace.
Public propertyStatic memberCodeCommand
Runs some custom code with optional inputs and outputs.
Public propertyStatic memberCommandBox
Displays a command selection dialog.
Public propertyStatic memberCondition
Conditional execution of a sequence of commands.
Public propertyStatic memberFetchData
A command used to extract information out of high level data objects.
Public propertyStatic memberForEach
Runs a loop on an array.
Public propertyStatic memberInformationBox
Displays an information dialog.
Public propertyStatic memberInteraction
Prompts the user to interact with one or several views.
Public propertyStatic memberPauseMacro
A command implementing a macro execution pause with an optional message displayed over a specified window.
Public propertyStatic memberPlayMacro
Plays the designated macro.
Public propertyStatic memberPutData
A command used to set properties of high level data objects.
Public propertyStatic memberSaveUndoState
Saves the current undo state for the selected document.
Public propertyStatic memberSelectInputs
Prompts the user to select windows or documents.
Public propertyStatic memberSetBatchMacro
Asssign the selected batch processing macros.
Public propertyStatic memberShowForm
Displays an App implemented as an independent form.
Public propertyStatic memberSimpleScript
Standard Macro
Public propertyStatic memberSortAndGroup
Sort and group documents or files by their name.
Public propertyStatic memberStartBatchMacro
Starts the processing batch macros using the currently selected options and inputs.
Public propertyStatic memberTimer
A command implementing a timer as well as an optional output.
Public propertyStatic memberWhileLoop
Conditional loop on a sequence of commands.
Top
See Also