SequenceCallModule.MultithreadingAndRemoteExecOption

Syntax

SequenceCallModule.MultithreadingAndRemoteExecOption

Data Type

SeqCallMultithreadOptions

Use the following constants with this data type:

  • SeqCallMultithread_NewExecution –(Value: 2) Specifies to call the subsequence in a new execution.
  • SeqCallMultithread_NewThread –(Value: 1) Specifies to call the subsequence in a new thread.
  • SeqCallMultithread_None –(Value: 0) Specifies to call the subsequence in the current thread and execution on the current computer.
  • SeqCallMultithread_Remote –(Value: 0x100) Specifies to call the subsequence on a remote computer.

Purpose

Specifies that the module calls the subsequence in a separate thread, separate execution, or on a remote computer.

See Also

SequenceCallModule.NewExecutionModelOption

SequenceCallModule.NewThreadOptions

SequenceCallModule.RemoteHost