We have a custom .NET operator interface. I would like to be able to return values from the sequence to my operator interface just before the sequence completes. I do not want to use Station Globals, as it makes the seqeunces not portable to other stations. Is there a callback that works to catch the sequence right before it closes, and allows you to read the sequence file globals?