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.