Process Trigger
Description
This Activity monitors and executes a sequence of activities in the Body of the Trigger Context when a specified process starts or ends in the Scope chosen.
note
This Activity works only inside a Trigger Context activity.
Properties
Input
- Events To Monitor – Select the process event(s) to be monitored. You have the following options:
Event | Description |
---|---|
Start | Triggers when a process starts |
End | Triggers when a process ends |
All | Triggers on both start and end of a process |
- Scope – Select the appropriate Scope of the processes to be monitored. You have the following options:
| Scope | Description | | Machine | Monitor all the processes under the current machine | | User | Monitor all the processes of the current User under the current machine |
Misc
- DisplayName – Add a display name of the Activity.
- Private – If selected, the variables and argument values will no longer be logged at the Verbose level.
Optional
- Process To Monitor – Specify the process to be monitored. By default, it will monitor all the processes.
- Main Window Title – Alternately, specify the title of the process in the wildcard filter to monitor.
Event Arguments
Returns back ProcessEventArgs
Example
Download Example