Kill Process
Description
Terminate the specified process.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Target | Process | InArgument<Process> | A process type object that describes the process to be closed. |
Comparision Type | CompareType | Allows mathematical calculation as well as basic operations to be performed with ease EQUAL - The process name is exactly the same as the predefined value. CONTAINS - The process name contains the predefined value. MATCHES - The process name has the same regular expression as the predefined value. | |
Process Name | InArgument<string> | The name of the process to close, base on Comparision type. |