Skip to content

MessageCorrect

aelassas edited this page Nov 12, 2022 · 1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
  <!--
    MessageCorrect is a flowchart task that checks whether a message is in the memory of the task having as key the value of the setting option checkString.
  -->
  <Task id="$int" name="MessageCorrect" description="$string" enabled="true|false">
    <!-- The message to check.-->
    <Setting name="checkString" value="$string" />
  </Task>
</Tasks>
Clone this wiki locally