Skip to content
On this page

Kill Process

Description

Terminate the specified process.

Properties

CategoryPropertyTypeDescription
CommonContinue On ErrorboolSpecifies whether automation should continue even if the activity raises an error
TargetProcessInArgument<Process>A process type object that describes the process to be closed.
Comparision TypeCompareTypeAllows 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 NameInArgument<string>The name of the process to close, base on Comparision type.

A product of IRTech Company