User Tools

Site Tools


en:actions:actionconsole

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionconsole [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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]]