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