Action.Type property
For scripting, gets the type of the action.
Syntax
Action.Type As Integer
Property value
This property returns one of the following TASK_ACTION_TYPE enumeration constants.
Value | Meaning |
---|---|
|
This action performs a command-line operation. For example, the action could run a script, launch an executable, or, if the name of a document is provided, find its associated application and launch the application with the document. |
|
This action fires a handler. |
|
This action sends an email message. |
|
This action shows a message box. |
Remarks
The action type is defined when the action is created and cannot be changed later. For information on creating an action, see ActionCollection.Create.
For information on how actions and tasks work together, see Task Actions.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Type library |
|
DLL |
|