Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 352 Bytes

AutomationActionExit.md

File metadata and controls

17 lines (13 loc) · 352 Bytes
uid
AutomationActionExit

Exit

Terminates the Automation script without delay.

<Exe id="2" type="exit">
   <Message>Reason</Message>
   <ScriptSuccess>TRUE</ScriptSuccess>
</Exe>
  • Message: The reason for termination.
  • ScriptSuccess: Indicated whether the script execution was considered successful (true) or failure (false).