SeqCallWaitForExecOptions
- 更新时间2025-07-21
- 阅读时长1分钟
SeqCallWaitForExecOptions
Use these constants with the SequenceCallModule.NewExecutionWaitForCompletion property to specify whether to wait for the execution to complete.
- 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.