SeqCallWaitForExecOptions
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.