pc:Failed |
Makes an action, or a series of actions, dependent on the fact that another action fails. Syntax
The <pc:Failed> element is a child element of the action that potentially fails. The XML content that it contains is executed if that action fails and not otherwise.
Example A message "Failed to open file for logging" is written to the console if a logfile is not successfully opened for logging.
See also |