Messages and error handling

Previous Next

This section lists Blend directives related to messages and error handling.

pc:ConsoleWrite

Writes to the standard output console in real time.

pc:Failed

Makes (an) action(s) dependent on the fact that another action fails.

pc:msg

Returns, as an XML fragment, an information, warning or error message.

pc:Succeeded

Makes (an) action(s) dependent on the successful outcome of another action.

pc:terminate

Terminates the script.

pc:textmsg

Returns, as a text node, an information, warning or error message.