SequenceCallModule.NewExecutionModelOption

Syntax

SequenceCallModule.NewExecutionModelOption

Data Type

SeqCallNewExecModelOptions

Use the following constants with this data type:

  • 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.

Purpose

Specifies which process model the new execution uses when calling a subsequence in a new execution.

See Also

SequenceCallModule.MultithreadingAndRemoteExecOption

SequenceCallModule.NewExecutionModelPath

SequenceCallModule.SequenceName