In the process model, I need to determine if the client sequence file was run in Interactive mode. I found a method called Execution.InInteractiveMode(), but I don't know how to get an ActiveX reference to the Execution object.
Thanks, that works. This way I can differentiate between complete and partial sequences when logging results to the database. I used an ActiveX step with a reference to "RunState.Execution".