====== Console ====== This action allows you to print a message into the execution [[en:console|console]]. This allows you to keep a trace of executed actions and is mainly useful during script creation. ===== Standard parameters ===== ==== Input parameters ==== == Text == The text that will be shown in the console == Output == The message type that will be shown. There are three output types: * Information * Warning * Error Note: The output type does not affect the script execution in any way, it is only informative. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]]