Difference between revisions of "Activity:DebugMessage (Activity)"
| Line 23: | Line 23: | ||
| Text || String || In || The text to be written | | Text || String || In || The text to be written | ||
|} | |} | ||
| + | |||
| + | ==Usage== | ||
==Example== | ==Example== | ||
| + | |||
| + | ==Other== | ||
Revision as of 10:15, 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+ |
Contents
Arguments
| Arguments | Type | Direction | Purpose |
|---|---|---|---|
| UBIKObject | BaseClass | In | A UBIK object |
| Text | String | In | The text to be written |
