Tag: OnError
A message box can be displayed when an error occurs.
Tag Attributes
|
Attributes |
Attribute Values |
Value Description |
|---|---|---|
|
MsgBox |
User Definable |
The message to display when an error occurs. |
Example Scripts
<ytriaAutomation>
<OnError continue="true" MsgBox="ERROR"/>
triggers error:
<Unselect/>
<MsgBox Message="FINI"/>
</ytriaAutomation>