Aiwozo.Activity.Core.Processes.KillProcess
- This activity kills (terminates) the specified process.
Properties
Misc
- ProcessName (InArgument<String>) – The name of the process to be closed, written in the following format: “process”.
- Process (InArgument<Process>) – A Process type object describing the process to be closed.
- DisplayName (String) – To set a meaningful name according to the user.