SeqCallNewExecModelOptions

Use these constants with the SequenceCallModule.NewExecutionModelOption property to specify which process model the new execution uses.

  • SeqCallNewExecModel_None –(Value: 0) The new execution does not run under a process model.
  • SeqCallNewExecModel_SpecifyModel –(Value: 2) When you set this option, you can use the SequenceCallModule.NewExecutionModelPath property to specify the process model under which the new execution runs. You can also use the SequenceCallModule.SequenceName property to specify which entry point to call in the process model. Typically, the Process Model entry point calls the MainSequence in the client sequence file you specify.
  • SeqCallNewExecModel_UseModelOfCurrentFile –(Value: 1) When you set this option, the execution runs under the model the sequence file you call specifies. If the file you call does not specify a model, the execution runs under the default station model. You can use the SequenceCallModule.SequenceName property to designate which entry point to call in the process model. Typically, the Process Model entry point calls the MainSequence in the client sequence file you specify.

See Also

SequenceCallModule.NewExecutionModelOption

SequenceCallModule.NewExecutionModelPath

SequenceCallModule.SequenceName