Skip to main content
Skip table of contents

StopAutomation: Exit Running Automation

Tag: StopAutomation


The self-closing tag StopAutomation, will stop an automation script at any given point in it's execution. Unlike the tag Exit the application session will remain active.

Example Scripts

XML
<StopAutomation/>
XML
<ytriaAutomation>
	<Load Server="ACME01/ACME" database="maildbtest1.nsf"/>
	<StopAutomation/>
	<CreateFolder Name="NewFolder2" Type="Private" CopyFrom="NewFolder1"/>
</ytriaAutomation>

In the script above, the database "maildbtest1.nsf" will be loaded in scanEZ. The action StopAutomation will then halt the scripts execution at that point. Nothing after this line will be processed. The application session will remain active.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.