Hi Seffen,
Doug is right, while there is a sequence running from that SequenceFile, the Unload callback will not be invoked.
To demonstrate this, pop a breakpoint in your SequenceFileUnload sequence on the action setp. Now close the SequenceFile. Nothing happens. Now go to the File menu and Unload All modules. This will stop your monitor running, which will then complete. Once that's done the SequenceFileUnload will be called which will stop at your breakpoint.
As Doug suggest, put the monitor sequence in its own SequenceFile. You should see it working.
Regards
Ray Farmer
Regards
Ray Farmer
