Hi Chris,
Is it possible to run actions after the state system is stopped/interrupted?
I tried this at the end of my experiment XML file and none of the messages get displayed after I press the Stop button.
I’m looking for some kind of try/finally construct that can run actions after state system stop, whether it was correct or the result of an error/interrupt.
Thanks,
Mark
</task_system_state>
<action type="report" message="end 1"/>
</task_system>
<action type="report" message="end 2"/>
</trial>
<action type="report" message="end 3"/>