====== Kill process ====== This action allows you to close a running process using its process identifier. This identifier can be retreived using the "Process id" parameter of the [[en:actions:ActionCommand|Command]] action. ===== Standard parameters ===== ==== Input parameters ==== == Process identifier == The process identifier of the process to close. ===== Advanced parameters ===== ==== Input parameters ==== == Close mode == The close mode to use: * Graceful: the process tries to close gracefully * Forced: the process is forced to close * Normal, then forced: the system will try to close the process gracefully within a certain time specified in the "Delay" parameter. If this doesn't work the process is forced to close == Delay == The delay to wait before forcing the process to close. Used when "Normal, then forced" is selected. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]]