05-01-2008 06:24 AM
05-01-2008 08:44 AM
05-01-2008 08:52 AM
12-09-2010 03:08 AM
So how do you specify the sequence to run in the sequential process model? For example I have a sequence file A that I want to use the sequential process model on.
12-09-2010 03:26 AM
You use something like Engine.GetSequenceFileEx to obtain a reference to a SequenceFile and you pass that reference to the NewExecution method.
12-09-2010 03:34 AM
thank you
12-09-2010 03:37 AM
wait, isn't that what is done here for the process model. won't this run 2 independent exectutions if I pick the process model first and then pick the sequence?
12-09-2010 03:47 AM
Ok I see what is going on now. thank you for clarifying that.