Get Process
Description
Get a list of all running processes.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Output | Processes | Out<Collection<Process>> | A collection of process objects representing the processes that are running in the current Windows session. |