SequenceCallModule.MultithreadingAndRemoteExecOption
- Updated2025-07-21
- 1 minute(s) read
SequenceCallModule.MultithreadingAndRemoteExecOption
Syntax
SequenceCallModule.MultithreadingAndRemoteExecOption
Data Type
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