Description |
Creates and populates a dataset with information about the specified Windows process. This information includes Process Name, ID, system resource usage by the process, etc. |
Declaration |
<AMGETPROCESSINFO PROCESSNAME="text" PROCESSID="number" RESULTDATASET="text [dataset name]" /> |
Example |
<AMGETPROCESSINFO PROCESSNAME="AMEM" RESULTDATASET="ProcessInfo" /> <AMGETPROCESSINFO PROCESSID="23432" RESULTDATASET="ProcessInfo" /> |
General Tab Parameters |
Process Name or Process ID: Specifies the name of the process. You can also select it from the list. Text, Optional
Number, Optional Create and populate dataset with process information: Below are definitions of the dataset columns populated when you run the action.
Text [Dataset Name], Required |
See Also |
Get Volume Information Action, Print, Log Event Action, Run Action |