Jump to: navigation, search

Difference between revisions of "Activity:DebugMessage (Activity)"


Line 1: Line 1:
 +
The DebugMessage Activity writes a string to the {{UBIK}} debugging service, which is i.e. displayed in the [[Debugger|Code- and Workflow Debugger]].
 +
 
{{ActivityInfoBox
 
{{ActivityInfoBox
 
| title = Debug Message
 
| title = Debug Message
Line 10: Line 12:
 
| version = 2.1+
 
| version = 2.1+
 
}}
 
}}
 +
 +
==Arguments==
 +
 +
{| class="wikitable sortable" | width = "50%"
 +
|-
 +
! Arguments!! Type !! Direction !! Purpose
 +
|- align="left"
 +
| UBIKObject|| BaseClass || In || A UBIK object
 +
|- align="left"
 +
| Text || String || In || The text to be written
 +
|}
 +
 +
==Example==

Revision as of 10:12, 19 July 2013

The DebugMessage Activity writes a string to the UBIK® debugging service, which is i.e. displayed in the Code- and Workflow Debugger.

Debug Message
Name DebugMessage
Purpose Output a string to the debug window
Category Debugging
Returns True if successful
Version 2.1+

Arguments

Arguments Type Direction Purpose
UBIKObject BaseClass In A UBIK object
Text String In The text to be written

Example