Changes

Activity:DebugMessage (Activity)

33 bytes added, 10:00, 10 March 2015
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+
}}
The DebugMessage Activity writes a string to the {{UBIK}} debugging service, which is i.e. displayed in the [[Debugger|Code- and Workflow Debugger]].
= Description ====Arguments===
{| class="wikitable sortable" | width = "50%"
{{Hint|Once your workflow runs smoothly, consider removing the DebugActivities you used during design. They are lean but they still consume resources!}}
==Example== 
Output the number of MetaClasses that derive (direct and indirect) from the MetaClass of a given object:
 
{| class="wikitable" | width = "50%"
| Text || <source lang = "vbnet">UBIKObject.MetaClass.AllDerivates.Count.ToString()</source>
|}
 
{{ActivityClose}}
==See also==
10,686
edits