<action type="THIS" op="EXIT" />
<action type="THIS" op="HIDE"> <args> <arg>TASK</arg> <arg>任务名称</arg> </args> </action>
<action type="THIS" op="LOAD"> <args> <arg>window.alert('hello world');</arg> </args> </action>
<action type="THIS" op="RELOAD" />
<action type="THIS" op="SHOW"> <args> <arg>TASK</arg> <arg>任务名称</arg> </args> </action>
<action type="THIS" op="SHOW"> <args> <arg>TIP</arg> <arg>标题</arg> <arg>内容</arg> </args> </action>
气泡显示后,过一段时间自动消失。
<action type="THIS" op="SHOW"> <args> <arg>ALERT</arg> <arg>标题</arg> <arg>内容</arg> </args> </action>