SequenceCallModule.NewExecutionWaitForCompletion

Syntax

SequenceCallModule.NewExecutionWaitForCompletion

Data Type

SeqCallWaitForExecOptions

Use the following constants with this data type:

  • SeqCallWait_BeforeNextStep –(Value: 1) The calling sequence waits for the execution to complete before it executes another step.
  • SeqCallWait_DoNotWait –(Value: 0) The calling sequence does not wait for the execution to complete.
  • SeqCallWait_EndOfSequence –(Value: 2) The calling sequence waits for the execution to complete before the calling sequence returns.

Purpose

Specifies whether and when to wait for the execution to complete after calling a subsequence in a new execution.

See Also

SequenceCallModule.MultithreadingAndRemoteExecOption