Changes

Activity:DebugMessage (Activity)

405 bytes added, 10:12, 19 July 2013
The DebugMessage Activity writes a string to the {{UBIK}} debugging service, which is i.e. displayed in the [[Debugger|Code- and Workflow Debugger]].
 
{{ActivityInfoBox
| title = Debug Message
| 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==