SeqCallMultithreadOptions

Use these constants with the SequenceCallModule.MultithreadingAndRemoteExecOption property to call the subsequence in a new execution, a new thread, or on a remote computer when executing the module.

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

See Also

SequenceCallModule.MultithreadingAndRemoteExecOption